diff options
Diffstat (limited to 'src/scanner.c')
-rw-r--r-- | src/scanner.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scanner.c b/src/scanner.c index b6f5185..1ff262f 100644 --- a/src/scanner.c +++ b/src/scanner.c @@ -38,8 +38,8 @@ * BLOCK-END # Indentation decrease. * FLOW-SEQUENCE-START # '[' * FLOW-SEQUENCE-END # ']' - * BLOCK-SEQUENCE-START # '{' - * BLOCK-SEQUENCE-END # '}' + * FLOW-MAPPING-START # '{' + * FLOW-MAPPING-END # '}' * BLOCK-ENTRY # '-' * FLOW-ENTRY # ',' * KEY # '?' or nothing (simple keys). |