Skip to content

Commit

Permalink
Merge pull request #6 from TheAdamizer/master
Browse files Browse the repository at this point in the history
[dox] README fix
  • Loading branch information
chrissrogers committed Sep 18, 2015
2 parents eb3d071 + 2f81c50 commit 6f50049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6f50049

Please sign in to comment.