Skip to content

Commit baa3521

Browse files
author
Vladimir I
committed
Fix on fix #796
Corrected a typo to fix an non-numbered list
1 parent cb2623e commit baa3521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/1.10/reference/reference_lua/net_box.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ Below is a list of all ``net.box`` functions.
510510
* ``future:is_ready()`` which will return true
511511
when the result of the request is available,
512512
* ``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),
513+
response or Nil in case it's not ready yet or there has been an error),
514514
* ``future:wait_result(timeout)`` to
515515
wait until the result of the request is available and then get it,
516516
* ``future:discard()`` to abandon the object.

0 commit comments

Comments
 (0)