Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion textile/features.textile
Original file line number Diff line number Diff line change
Expand Up @@ -1592,7 +1592,7 @@ h4. ObjectsMap
** @(OMP3a)@ @semantics@ @ObjectsMapSemantics@ enum - the conflict-resolution semantics used by the map object
** @(OMP3b)@ @entries@ @Dict<String, ObjectsMapEntry>@ - 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
Expand Down
Loading