From 763d00fe961257a65b79f76899ea871a7105863d Mon Sep 17 00:00:00 2001 From: Nathan West Date: Tue, 20 Sep 2022 17:07:53 -0400 Subject: [PATCH] Fix long line --- SPEC.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SPEC.md b/SPEC.md index eb57c53..fec972b 100644 --- a/SPEC.md +++ b/SPEC.md @@ -95,7 +95,8 @@ foo 1 key="val" 3 { An Identifier is either a [Bare Identifier](#bare-identifier), which is an unquoted string like `node` or `item`, or a [String](#string), which is quoted, like `"node"` or `"two words"`. There's no semantic difference between the -kinds of identifier; this simply allows for the use of quotes to have unusual identifiers that are inexpressible as bare identifiers. +kinds of identifier; this simply allows for the use of quotes to have unusual +identifiers that are inexpressible as bare identifiers. ### Bare Identifier