Skip to content

Commit

Permalink
documentation: simplify description of S.type
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Feb 15, 2017
1 parent a16e437 commit 16692a0
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 16692a0

Please sign in to comment.