Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Keil committed Oct 2, 2015
1 parent 235a6ff commit fd4a016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Utility set for JS.
<a href="http://www.preludels.com/">prelude-ls</a>,
<a href="http://underscorejs.org/">underscore</a> and
<a href="https://github.com/codemix/fast.js">fast.js</a>.
- Every functions can be partially applied and never mutate inputs.
- Every function can be partially applied and ***never*** mutates input.
- 300+ Tests

Github pages with more detailed examples are coming soon... (See methods listed blow)
Expand Down
2 changes: 1 addition & 1 deletion generate-readme.ls
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ print '''
<a href="http://www.preludels.com/">prelude-ls</a>,
<a href="http://underscorejs.org/">underscore</a> and
<a href="https://github.com/codemix/fast.js">fast.js</a>.
- Every functions can be partially applied and never mutate inputs.
- Every function can be partially applied and ***never*** mutates input.
- 300+ Tests
Github pages with more detailed examples are coming soon... (See methods listed blow)
Expand Down

0 comments on commit fd4a016

Please sign in to comment.