From 4078bd73503211496befc8dc0b17446bfe7325b8 Mon Sep 17 00:00:00 2001 From: Carsten Bormann Date: Wed, 26 Jul 2023 14:01:15 +0200 Subject: [PATCH] Bad hyphen (as per AD review by Murray Kucherawy) --- draft-ietf-jsonpath-base.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-jsonpath-base.md b/draft-ietf-jsonpath-base.md index 48d6f351..98974ac6 100644 --- a/draft-ietf-jsonpath-base.md +++ b/draft-ietf-jsonpath-base.md @@ -2006,7 +2006,7 @@ normal-index-selector = "0" / (DIGIT1 *DIGIT) Since there can only be one Normalized Path identifying a given node, the syntax stipulates which characters are escaped and which are not. So the definition of `normal-hexchar` is designed for hex escaping of characters -which are not straightforwardly-printable, for example U+000B LINE TABULATION, but +which are not straightforwardly printable, for example U+000B LINE TABULATION, but for which no standard JSON escape, such as `\n`, is available. ### Examples