We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6268f0a + 1ca95f5 commit 93e9607Copy full SHA for 93e9607
1 file changed
docs/option.md
@@ -17,7 +17,7 @@ value needs to communicate that it might (or might not) be available, then the
17
The option type is a [variant](variant.md) with two constructors:
18
19
- `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
+- `None` represents the absence of a value and accepts no arguments
21
22
```reason
23
type option('value) =
0 commit comments