Skip to content

Commit

Permalink
docs: multiline string
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore authored Apr 8, 2021
1 parent 98c5ddc commit 5b70678
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 @@ -14,7 +14,7 @@
- Also strips trailing comma at the end of array or object, eg:
- `[1,2,,]` => `[1,2]`
- `{"x":1,,}` => `{"x":1}`
- Handles literal LF (newline/linefeed) within string notation
- Handles literal LF (newline/linefeed) within string notation so that we can have multiline string

## Installation
```bash
Expand Down

0 comments on commit 5b70678

Please sign in to comment.