Skip to content

Commit

Permalink
Merge pull request #590 from qm3ster/patch-2
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
davidchambers authored Feb 16, 2019
2 parents b4cfb4e + a67b48a commit abc7111
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 @@ -103,7 +103,7 @@
//. throws a descriptive error if a type error is encountered. This allows bugs
//. to be caught and fixed early in the development cycle.
//.
//. Ramda operates on the [garbage in, garbage out][GIGO] principal. Functions
//. Ramda operates on the [garbage in, garbage out][GIGO] principle. Functions
//. are documented to take arguments of particular types, but these invariants
//. are not enforced. The problem with this approach in a language as
//. permissive as JavaScript is that there's no guarantee that garbage input
Expand Down

0 comments on commit abc7111

Please sign in to comment.