diff options
author | 2020-12-31 02:46:10 +1100 | |
---|---|---|
committer | 2020-12-31 02:46:10 +1100 | |
commit | d85735634cd7baca5fdf9f15ebb61baa0703c71a (patch) | |
tree | 82da58d821cb1957f86b2c7b797ddbd29b35a18f /docs/source/techspecs/luareference.rst | |
parent | f429695d4f007c1670d5920c91690fc09ea186f6 (diff) |
version bump for 0.227, some documentation clean-upmame0227
Diffstat (limited to 'docs/source/techspecs/luareference.rst')
-rw-r--r-- | docs/source/techspecs/luareference.rst | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/source/techspecs/luareference.rst b/docs/source/techspecs/luareference.rst index d15c74efe0b..0dd14ef45cf 100644 --- a/docs/source/techspecs/luareference.rst +++ b/docs/source/techspecs/luareference.rst @@ -47,9 +47,6 @@ c:at(i) Returns the value at the 1-based index ``i``, or ``nil`` if it is out of range. c:find(v) - Returns the key for item ``v``, or ``nil`` if it is not in the collection. - The key is what you would pass to the index operator to get the value. -c:find(v) Returns the key for item ``v``, or ``nil`` if it is not in the container. The key is what you would pass to the index operator to get the value. c:index_of(v) @@ -1317,7 +1314,7 @@ Properties ^^^^^^^^^^ map.spacenum (read-only) - The address space number of the address space the map is associated with + The address space number of the address space the map is associated with. map.device (read-only) The device that owns the address space the map is associated with. map.unmap_value (read-only) |