Skip to content

Commit dba8ca4

Browse files
committed
Minor phrasing change
1 parent d9ec8e1 commit dba8ca4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

textile/objects-features.textile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ h3(#livemap). LiveMap
128128
*** @(RTLM11d2)@ The return type is idiomatic for the platform's analogous Map/Dictionary interface operation. For example, in JavaScript, it returns a map iterator object like the one returned by @Map.entries()@ method for the native @Map@ class
129129
* @(RTLM12)@ @LiveMap#keys@:
130130
** @(RTLM12a)@ A method or property, depending on what is more idiomatic for the platform to use for a Map/Dictionary interface. For example, in JavaScript, this is a method similar to @Map.keys()@ for the native @Map@ class
131-
** @(RTLM12b)@ Identical to @LiveMap#entries@, except that it returns only the keys from the internal @data@ map
131+
** @(RTLM12b)@ The implementation is identical to @LiveMap#entries@, except that it returns only the keys from the internal @data@ map
132132
* @(RTLM13)@ @LiveMap#values@:
133133
** @(RTLM13a)@ A method or property, depending on what is more idiomatic for the platform to use for a Map/Dictionary interface. For example, in JavaScript, this is a method similar to @Map.values()@ for the native @Map@ class
134-
** @(RTLM13b)@ Identical to @LiveMap#entries@, except that it returns only the values from the internal @data@ map
134+
** @(RTLM13b)@ The implementation is identical to @LiveMap#entries@, except that it returns only the values from the internal @data@ map
135135
* @(RTLM14)@ An @ObjectsMapEntry@ in the internal @data@ map can be checked for being tombstoned using the convenience method:
136136
** @(RTLM14a)@ The method returns true if @ObjectsMapEntry.tombstone@ is true
137137
** @(RTLM14b)@ Otherwise, it returns false

0 commit comments

Comments
 (0)