Skip to content

Commit

Permalink
Merge pull request #336 from sanctuary-js/dc-type
Browse files Browse the repository at this point in the history
documentation: simplify description of S.type
  • Loading branch information
davidchambers authored Feb 15, 2017
2 parents a16e437 + 16692a0 commit 4723c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@

//# type :: Any -> String
//.
//. Takes a value, `x`, of any type and returns its [type identifier][].
//. Returns the [type identifier][] of the given value.
//.
//. ```javascript
//. > S.type(S.Just(42))
Expand Down

0 comments on commit 4723c5e

Please sign in to comment.