]> andersk Git - libyaml.git/blobdiff - src/scanner.c
Fix token name typos in comments
[libyaml.git] / src / scanner.c
index b6f5185f4336499e2929864f135bce859626f5d3..1ff262f164ed9ca8c0e48dfb2c57718af87be853 100644 (file)
@@ -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).
This page took 0.036221 seconds and 4 git commands to generate.