fixed typo

This commit is contained in:
Kurt Lehnardt 2021-06-18 09:59:56 -06:00 committed by GitHub
parent 5611da8eb5
commit 165b2a2509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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:
```