Skip to content

Commit

Permalink
Update reference-maybe-types.md
Browse files Browse the repository at this point in the history
Clarity changes.
  • Loading branch information
dejenerate authored Mar 15, 2021
1 parent a6d7219 commit eac4975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/reference-maybe-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ maybe<int> key;
```

The real interesting part is how to get data out, and there is a safe way using an ```if ... as``` statement.
To safely retrieve data, the safe way is using an ```if ... as``` statement.

```adama
maybe<int> key;
Expand Down

0 comments on commit eac4975

Please sign in to comment.