im really bad at proofreading orz
This commit is contained in:
parent
eb2f6d9b15
commit
d8bd69528b
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ const some = Option.of(1) // Some<number>(1)
|
|||
##### zero :: Option f => () -> f a
|
||||
> Option.zero() -> Option\<()\>
|
||||
|
||||
Creates a new `Err<()>`
|
||||
Creates a new `None`
|
||||
|
||||
```js
|
||||
const none = Option.zero() // None
|
||||
|
|
Loading…
Add table
Reference in a new issue