From b003a8ffbc1483d98b1290477bf210c4a4adae6a Mon Sep 17 00:00:00 2001 From: Lawrence Forooghian Date: Thu, 4 Sep 2025 09:19:38 -0300 Subject: [PATCH] Fix property name in OMP4a --- textile/features.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textile/features.textile b/textile/features.textile index 8e2fadbc..ec060ea9 100644 --- a/textile/features.textile +++ b/textile/features.textile @@ -1592,7 +1592,7 @@ h4. ObjectsMap ** @(OMP3a)@ @semantics@ @ObjectsMapSemantics@ enum - the conflict-resolution semantics used by the map object ** @(OMP3b)@ @entries@ @Dict@ - the map entries, indexed by key * @(OMP4)@ The size of the @ObjectsMap@ is calculated as follows: -** @(OMP4a)@ The size is the sum of the sizes of all map entries in @map@ property +** @(OMP4a)@ The size is the sum of the sizes of all map entries in @entries@ property *** @(OMP4a1)@ Includes the size of the @String@ key for the map entry, calculated as its length *** @(OMP4a2)@ Includes the size of the @ObjectsMapEntry@ object for the map entry, calculated per "OME3":#OME3 ** @(OMP4b)@ The size of a @null@ or omitted property is zero