Skip to content

Commit

Permalink
Merge pull request #40 from dejenerate/patch-16
Browse files Browse the repository at this point in the history
Update reference-maybe-types.md
  • Loading branch information
mathgladiator authored Mar 20, 2021
2 parents cb6b793 + eac4975 commit 49188da
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 49188da

Please sign in to comment.