From a67b48a539dc14d2cc62665a91fc714057d48ad8 Mon Sep 17 00:00:00 2001 From: Mihal Malostanidis Date: Mon, 11 Feb 2019 18:58:01 +0200 Subject: [PATCH] Fix typo #589 but to the correct file :) --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 60bf33bc..9ddfe134 100644 --- a/index.js +++ b/index.js @@ -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