Fix folded keep operator in yaml-style-guide.md (#1525)

Where the keep operator is mentioned, it wrongly shows the folded strip operator instead of the folded keep operator.
This commit is contained in:
Roeland Van Lembergen 2022-11-24 15:48:27 +01:00 committed by GitHub
parent 0dd1339db1
commit 38bf7ffdfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,7 +202,7 @@ In the examples above the no chomping operators are used (`|`, `>`). This is
preferred, unless the example requires a different handling of the ending new
line. In those cases the use of the strip operator (`|-`, `>-`: no trailing new
line, any additional new lines are removed from the end) or keep operator
(`|+`, `|-`: trailing new line, and keep all additional new lines from the end)
(`|+`, `>+`: trailing new line, and keep all additional new lines from the end)
is allowed.
### Additional string guidance