We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2623e commit baa3521Copy full SHA for baa3521
doc/1.10/reference/reference_lua/net_box.rst
@@ -510,7 +510,7 @@ Below is a list of all ``net.box`` functions.
510
* ``future:is_ready()`` which will return true
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),
+ response or Nil in case it's not ready yet or there has been an error),
514
* ``future:wait_result(timeout)`` to
515
wait until the result of the request is available and then get it,
516
* ``future:discard()`` to abandon the object.
0 commit comments