From 100ad0d44ff4914c8de9c14015ce53ee949b85ff 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 62ebf12c..4553830b 100644 --- a/textile/features.textile +++ b/textile/features.textile @@ -1647,7 +1647,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