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