From 4e471ed896b142579c70c444ac170e83b6a80b3c Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 17 Oct 2023 11:22:12 +0200 Subject: [PATCH] Tweak --- why-not-json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/why-not-json.md b/why-not-json.md index d8706bf..f3e36af 100644 --- a/why-not-json.md +++ b/why-not-json.md @@ -97,7 +97,7 @@ Some examples: - which, if any, of `{"a":1, "a":2}`, `{"a":1}` and `{"a":2}` are the same? Are all three legal? - are `{"päron":1}` and `{"päron":1}` the same or different? - - is `"\uD834"` a legal string? Is `"\uDD1E"`?[^unpaired-surrogates] + - is `"\uD834"` a legal string? Is `"\uDD1E"`? If so, is either one the same as `""`?[^unpaired-surrogates] [^unpaired-surrogates]: [Section 8.2 of RFC 8259](https://tools.ietf.org/html/rfc8259#section-8.2)