From d937563779a6541992419742fe033ac310d57d30 Mon Sep 17 00:00:00 2001 From: Carsten Bormann Date: Thu, 25 Jan 2024 18:31:23 +0100 Subject: [PATCH] Correct section number for C++ --- draft-ietf-cbor-edn-literals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-cbor-edn-literals.md b/draft-ietf-cbor-edn-literals.md index b8baaa3..00a60c7 100644 --- a/draft-ietf-cbor-edn-literals.md +++ b/draft-ietf-cbor-edn-literals.md @@ -797,7 +797,7 @@ The following additional items should help in the interpretation: for a floating point number in the usual hexadecimal notation (which uses a mantissa in hexadecimal and an exponent in decimal notation, see Section 5.12.3 of {{IEEE754}}, Section 6.4.4.2 of {{C}}, or Section - 5.3.14 of {{Cplusplus}}; floating-suffix/floating-point-suffix from + 5.13.4 of {{Cplusplus}}; floating-suffix/floating-point-suffix from the latter two is not used here). * `spec` stands for an encoding indicator. As per {{Section 8.1 of RFC8949@-cbor}}: