fixed typo
This commit is contained in:
parent
5611da8eb5
commit
165b2a2509
|
@ -96,7 +96,7 @@ fallback
|
|||
```
|
||||
|
||||
The `try` function will _not_ catch errors relating to constructs that are
|
||||
provably invalid even before dynamic expression evaluation, such as a malformed
|
||||
probably invalid even before dynamic expression evaluation, such as a malformed
|
||||
reference or a reference to a top-level object that has not been declared:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue