From 2f81c504ba4591b1d2a887a24e349b158a20fb81 Mon Sep 17 00:00:00 2001 From: Adam Van Antwerp Date: Mon, 20 Jul 2015 18:25:48 -0700 Subject: [PATCH] [dox] README fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 151039e..62f716d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Node 0.8+ is supported. Older versions of Node may work, but are not targetted. [Null is dangerous][tony-says-so]. -Detection of data absence can be on-trivial +Detection of data absence can be non-trivial ```js typeof undefined; // => "undefined" typeof null; // => "object"