Skip to content

Commit

Permalink
Add Async Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Hofmann-Hicks authored and evilsoft committed Feb 12, 2018
1 parent eb05dea commit 1f41d03
Show file tree
Hide file tree
Showing 3 changed files with 1,251 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/pages/docs/crocks/Maybe.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Maybe.Just :: a -> Maybe a

Used to construct a `Just` instance that represents the "true" portion of a
disjunction or a valid value. `Just` will wrap any given value in
a `Just`, signalling the validity of the wrapped value.
a `Just`, signaling the validity of the wrapped value.

```javascript
const { Just, Nothing } = require('crocks/Maybe')
Expand Down

0 comments on commit 1f41d03

Please sign in to comment.