fix inaccurate example in README
This commit is contained in:
parent
3df6a1dab6
commit
41b6652e84
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ true
|
|||
false
|
||||
3> jsx:is_term([<<"this is a term">>]).
|
||||
true
|
||||
4> jsx:is_term(["this is not"]).
|
||||
4> jsx:is_term([this, is, not]).
|
||||
false
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue