1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 00:06:26 -04:00

Add missing trailing newline in multi-line string example

This commit is contained in:
Niklas Mohrin 2023-03-30 22:35:40 +02:00 committed by GitHub
parent a0fc4f1dcd
commit ac72c7256b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1033,7 +1033,7 @@ string
```{code-block}
:class: value
"multi\nline\nstring"
"multi\nline\nstring\n"
```
Equal amounts of prepended white space are trimmed from the result.