Skip to content

Commit 84de140

Browse files
Fix property name in OMP4a
1 parent d1ba357 commit 84de140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

textile/features.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1592,7 +1592,7 @@ h4. ObjectsMap
15921592
** @(OMP3a)@ @semantics@ @ObjectsMapSemantics@ enum - the conflict-resolution semantics used by the map object
15931593
** @(OMP3b)@ @entries@ @Dict<String, ObjectsMapEntry>@ - the map entries, indexed by key
15941594
* @(OMP4)@ The size of the @ObjectsMap@ is calculated as follows:
1595-
** @(OMP4a)@ The size is the sum of the sizes of all map entries in @map@ property
1595+
** @(OMP4a)@ The size is the sum of the sizes of all map entries in @entries@ property
15961596
*** @(OMP4a1)@ Includes the size of the @String@ key for the map entry, calculated as its length
15971597
*** @(OMP4a2)@ Includes the size of the @ObjectsMapEntry@ object for the map entry, calculated per "OME3":#OME3
15981598
** @(OMP4b)@ The size of a @null@ or omitted property is zero

0 commit comments

Comments
 (0)