fix inaccurate example in README

This commit is contained in:
alisdair sullivan 2013-06-04 01:14:55 +00:00
parent 3df6a1dab6
commit 41b6652e84

View file

@ -79,7 +79,7 @@ true
false false
3> jsx:is_term([<<"this is a term">>]). 3> jsx:is_term([<<"this is a term">>]).
true true
4> jsx:is_term(["this is not"]). 4> jsx:is_term([this, is, not]).
false false
``` ```