Skip to content

Commit 29faf2f

Browse files
Use a 'luafun' iterator (#3752)
1 parent d64ca9b commit 29faf2f

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

doc/reference/reference_lua/box_index/pairs.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ index_object:pairs()
5252
:param after: a tuple or the position of a tuple (:ref:`tuple_pos <box_index-tuple_pos>`) after which ``pairs`` starts the search. You can pass an empty string or :ref:`box.NULL <box-null>` to this option to start the search from the first tuple.
5353

5454

55-
:return: The `iterator <https://www.lua.org/pil/7.1.html>`_, which can be
56-
used in a for/end loop or with `totable()
55+
:return: The `iterator <https://luafun.github.io/under_the_hood.html>`_, which can be
56+
used in a ``for/end`` loop or with `totable()
5757
<https://luafun.github.io/reducing.html#fun.totable>`_.
5858

5959
**Possible errors:**

doc/reference/reference_lua/box_space/pairs.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ space_object:pairs()
1919
:param iterator: the :ref:`iterator type <box_index-iterator-types>`. The default iterator type is 'EQ'
2020
:param after: a tuple or the position of a tuple (:ref:`tuple_pos <box_index-tuple_pos>`) after which ``pairs`` starts the search. You can pass an empty string or :ref:`box.NULL <box-null>` to this option to start the search from the first tuple.
2121

22-
:return: The `iterator <https://www.lua.org/pil/7.1.html>`_, which can be
23-
used in a for/end loop or with `totable()
22+
:return: The `iterator <https://luafun.github.io/under_the_hood.html>`_, which can be
23+
used in a ``for/end`` loop or with `totable()
2424
<https://luafun.github.io/reducing.html#fun.totable>`_.
2525

2626
**Possible errors:**

locale/ru/LC_MESSAGES/reference/reference_lua/box_index/pairs.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ msgid "return"
8989
msgstr "возвращает"
9090

9191
msgid ""
92-
"`iterator <https://www.lua.org/pil/7.1.html>`_ which can be used in a "
93-
"for/end loop or with `totable() "
92+
"`iterator <https://luafun.github.io/under_the_hood.html>`_ which can be used in a "
93+
"``for/end`` loop or with `totable() "
9494
"<https://luafun.github.io/reducing.html#fun.totable>`_"
9595
msgstr ""
96-
"`итератор <https://www.lua.org/pil/7.1.html>`_, который может использовать в"
96+
"`итератор <https://luafun.github.io/under_the_hood.html>`_, который может использовать в"
9797
" цикле for/end или с функцией `totable() "
9898
"<https://luafun.github.io/reducing.html#fun.totable>`_"
9999

locale/ru/LC_MESSAGES/reference/reference_lua/box_space/pairs.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ msgid "return"
2626
msgstr "возвращает"
2727

2828
msgid ""
29-
"`iterator <https://www.lua.org/pil/7.1.html>`_ which can be used in a "
30-
"for/end loop or with `totable() "
29+
"`iterator <https://luafun.github.io/under_the_hood.html>`_ which can be used in a "
30+
"``for/end`` loop or with `totable() "
3131
"<https://luafun.github.io/reducing.html#fun.totable>`_"
3232
msgstr ""
33-
"`итератор <https://www.lua.org/pil/7.1.html>`_, который может использовать в"
33+
"`итератор <https://luafun.github.io/under_the_hood.html>`_, который может использовать в"
3434
" цикле for/end или с функцией `totable() "
3535
"<https://luafun.github.io/reducing.html#fun.totable>`_"
3636

0 commit comments

Comments
 (0)