summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/techspecs/luareference.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/techspecs/luareference.rst')
-rw-r--r--docs/source/techspecs/luareference.rst5
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)