Skip to content

Commit af67953

Browse files
authored
Fix box_index_count return value description (#5093)
Fixes #5021
1 parent 2dcb019 commit af67953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/reference/reference_capi/box_index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
:param const char* key_end: the end of encoded ``key``
221221
222222
:return: -1 on error (check :ref:`box_error_last() <c_api-error-box_error_last>`)
223-
:return: 0 on success
223+
:return: >=0 otherwise
224224
225225
See also: :ref:`index_object.count()<box_index-count>`
226226

0 commit comments

Comments
 (0)