Skip to content

Commit 5b70678

Browse files
authored
docs: multiline string
1 parent 98c5ddc commit 5b70678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- Also strips trailing comma at the end of array or object, eg:
1515
- `[1,2,,]` => `[1,2]`
1616
- `{"x":1,,}` => `{"x":1}`
17-
- Handles literal LF (newline/linefeed) within string notation
17+
- Handles literal LF (newline/linefeed) within string notation so that we can have multiline string
1818

1919
## Installation
2020
```bash

0 commit comments

Comments
 (0)