Skip to content

Commit

Permalink
Probable typo (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurinenas authored and chrissrogers committed Sep 24, 2019
1 parent 9c8447e commit 7e85da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -90,7 +90,7 @@ Opposite of `maybe.isJust()`
### `maybe.memoize()`

Calling `memoize` on your maybe will ensure that its value function is only executed the first time
you call `maybe.value()`, and that its return value will be cached for all subsequest calls
you call `maybe.value()`, and that its return value will be cached for all subsequent calls
of `maybe.value()`.

```js
Expand Down

0 comments on commit 7e85da1

Please sign in to comment.