Skip to content

Commit 193bba3

Browse files
shaunlebroningydotnet
authored andcommitted
www: Fix typos in doc/yaml.md
1 parent fefe766 commit 193bba3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/yaml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,9 @@ for a foo(), b bar(), c [1 2 3]:
318318
319319
# YS requires that the `for […]` key be a plain scalar, and YAML
320320
# requires that plain scalar keys need to be a single line.
321-
# This could lead to unreadable code if we our "for binding" is complex.
321+
# This could lead to unreadable code if our "for binding" is complex.
322322
323-
# Bute can also do it like this:
323+
# But we can also do it like this:
324324
325325
for:
326326
? a: foo()

0 commit comments

Comments
 (0)