Skip to content

Commit

Permalink
✏️ Fix a typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
nickaein committed Jun 4, 2019
1 parent 17c0849 commit 0d55ddc
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 @@ -1325,7 +1325,7 @@ This library does not support comments. It does so for three reasons:
> Suppose you are using JSON to keep configuration files, which you would like to annotate. Go ahead and insert all the comments you like. Then pipe it through JSMin before handing it to your JSON parser.
3. It dangerous for interoperability if some libraries would add comment support while others don't. Please check [The Harmful Consequences of the Robustness Principle](https://tools.ietf.org/html/draft-iab-protocol-maintenance-01) on this.
3. It is dangerous for interoperability if some libraries would add comment support while others don't. Please check [The Harmful Consequences of the Robustness Principle](https://tools.ietf.org/html/draft-iab-protocol-maintenance-01) on this.
This library will not support comments in the future. If you wish to use comments, I see three options:
Expand Down

0 comments on commit 0d55ddc

Please sign in to comment.