Skip to content

Commit

Permalink
Rephrase optional description.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Aug 12, 2024
1 parent d568944 commit dbb7045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/references/docs/optionals.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ The above being equivalent to:
### Testing for a result without unwrapping

The `@ok` macro will return `true` if an Optional is a result and `false`
if is a fault. Functionally it is equivalent to `!@catch`
if it is a fault. Functionally this is equivalent to `!@catch`

int! a = ...

Expand Down

0 comments on commit dbb7045

Please sign in to comment.