mirror of https://github.com/kdl-org/kdl.git
correct example string
This commit is contained in:
parent
718fbb0660
commit
a62868576e
2
SPEC.md
2
SPEC.md
|
|
@ -654,7 +654,7 @@ You can show examples of """
|
||||||
without worrying about escapes.
|
without worrying about escapes.
|
||||||
```
|
```
|
||||||
|
|
||||||
or equivalently, `"You can show examples of """\n multi-line strings\n """\nwithout worrying about escapes."` as a Quoted String.
|
or equivalently, `"You can show examples of \"\"\"\n multi-line strings\n \"\"\"\nwithout worrying about escapes."` as a Quoted String.
|
||||||
|
|
||||||
### Number
|
### Number
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue