From 2e849b3651d1ddca87c77b9f6121dd2d6002d6a8 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 28 Jun 2018 16:02:54 +0000 Subject: Fix token name typos in comments --- src/scanner.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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). -- cgit v1.2.1