From b39e7cc681543d271de4c31b0c89a464ca99f8f5 Mon Sep 17 00:00:00 2001 From: Tab Atkins-Bittner Date: Mon, 28 Apr 2025 11:28:46 -0700 Subject: [PATCH] lint --- draft-marchan-kdl2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-marchan-kdl2.md b/draft-marchan-kdl2.md index 4dee10c..175f650 100644 --- a/draft-marchan-kdl2.md +++ b/draft-marchan-kdl2.md @@ -523,7 +523,7 @@ is, empty multi-line strings are legal). In other words, the final line specifies the whitespace prefix that will be removed from all other lines. -Whitespace-only lines (that is, lines containing only literal whitespace +Whitespace-only lines (that is, lines containing only literal whitespace characters, not including whitespace escapes like `\t`) always represent empty lines in the string value, regardless of what whitespace they contain (if any). They do not have to start with the same whitespace prefix