Skip to content

Commit 38bf7ff

Browse files
authored
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.
1 parent 0dd1339 commit 38bf7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documenting/yaml-style-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ In the examples above the no chomping operators are used (`|`, `>`). This is
202202
preferred, unless the example requires a different handling of the ending new
203203
line. In those cases the use of the strip operator (`|-`, `>-`: no trailing new
204204
line, any additional new lines are removed from the end) or keep operator
205-
(`|+`, `|-`: trailing new line, and keep all additional new lines from the end)
205+
(`|+`, `>+`: trailing new line, and keep all additional new lines from the end)
206206
is allowed.
207207

208208
### Additional string guidance

0 commit comments

Comments
 (0)