Skip to content

Commit 93e9607

Browse files
authored
Merge pull request #724 from ethantw/patch-1
Fix typo in `docs/option.md`
2 parents 6268f0a + 1ca95f5 commit 93e9607

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/option.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ value needs to communicate that it might (or might not) be available, then the
1717
The option type is a [variant](variant.md) with two constructors:
1818

1919
- `Some` represents the presence of a value and accepts that value as an argument
20-
- `None` represents the absence of a value and acceps no arguments
20+
- `None` represents the absence of a value and accepts no arguments
2121

2222
```reason
2323
type option('value) =

0 commit comments

Comments
 (0)