From c3e12ddbed345f33041e09836c7a764801d0a408 Mon Sep 17 00:00:00 2001 From: Tigran Najaryan Date: Wed, 2 Mar 2022 13:20:57 -0500 Subject: [PATCH] Fix TOC --- specification/common/attribute-type-mapping.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/common/attribute-type-mapping.md b/specification/common/attribute-type-mapping.md index 19212f75efd..b86afb7ee7f 100644 --- a/specification/common/attribute-type-mapping.md +++ b/specification/common/attribute-type-mapping.md @@ -13,7 +13,7 @@ + [Enumerations](#enumerations) + [Floating Point Values](#floating-point-values) + [String Values](#string-values) - + [Bytes Sequences](#bytes-sequences) + + [Byte Sequences](#byte-sequences) * [Composite Values](#composite-values) + [Array Values](#array-values) + [Associative Arrays With Unique Keys](#associative-arrays-with-unique-keys) @@ -211,6 +211,7 @@ AnyValue{ } } ``` + The rules described in this document should be applied recursively to each value of the associative array.