Skip to content

Commit

Permalink
remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
mth committed Jun 16, 2015
1 parent 4fcb48d commit 42acf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/json.yeti
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* Examples:
* Parsing can be done using `jsonParse` function:
* : load yeti.json;
* : js = jsonParse '{"foo":[1,2,3],"bar":{"nope":true},"baz":null,}';
* : js = jsonParse '{"foo":[1,2,3],"bar":{"nope":true},"baz":null}';
*
* The parsed value can be accessed with various `js`-prefixed functions
* in the module, for example:
Expand Down

0 comments on commit 42acf6f

Please sign in to comment.