these god damb backslashes are everywhere
This commit is contained in:
parent
19826ab203
commit
b271ef2549
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ Represents a value which may not exist.
|
|||
##### of :: Option f => a -> f a
|
||||
> Option.of\<a\>(value: a) -> Option\<a\>
|
||||
|
||||
Creates a new `Some\<T\>` from `T`
|
||||
Creates a new `Some<T>` from `T`
|
||||
|
||||
```js
|
||||
const some = Option.of(1) // Some<number>(1)
|
||||
|
|
Loading…
Add table
Reference in a new issue