File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
doc/1.10/reference/reference_lua Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -509,8 +509,7 @@ Below is a list of all ``net.box`` functions.
509
509
510
510
* ``future:is_ready() `` which will return true
511
511
when the result of the request is available,
512
- * ``future:result() `` to get the result of the request (returns the
513
- response or Nil in case it's not ready yet or there has been an error),
512
+ * ``future:result() `` to get the result of the request,
514
513
* ``future:wait_result(timeout) `` to
515
514
wait until the result of the request is available and then get it,
516
515
* ``future:discard() `` to abandon the object.
Original file line number Diff line number Diff line change @@ -54138,11 +54138,8 @@ msgid ""
54138
54138
msgstr "``future:is_ready()`` вернет true (правда), если доступен результат запроса,"
54139
54139
54140
54140
#: ../doc/1.10/reference/reference_lua/net_box.rst:513
54141
- msgid "``future:result()`` to get the result of the request (returns the "
54142
- "response or Nil in case it's not ready yet or there has been an error),"
54143
- msgstr "``future:result()`` используется для получения результата запроса "
54144
- "(возвращает ответ на запрос или Nil в случае, если ответ еще не получен "
54145
- "или произошла какая-либо ошибка),"
54141
+ msgid "``future:result()`` to get the result of the request,"
54142
+ msgstr "``future:result()`` используется для получения результата запроса,"
54146
54143
54147
54144
#: ../doc/1.10/reference/reference_lua/net_box.rst:514
54148
54145
msgid ""
You can’t perform that action at this time.
0 commit comments