File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments