Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions doc/reference/reference_rock/vshard/vshard_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ Router public API
:return:

* result of ``function_name`` on success
* nill, err otherwise
* nil, err otherwise

.. _router_api-replicaset_callrw:

Expand Down Expand Up @@ -738,7 +738,7 @@ Router public API
:return:

* result of ``function_name`` on success
* nill, err otherwise
* nil, err otherwise

.. code-block:: lua

Expand Down Expand Up @@ -777,7 +777,7 @@ Router public API
:return:

* result of ``function_name`` on success
* nill, err otherwise
* nil, err otherwise

.. _router_api-replicaset_callre:

Expand Down Expand Up @@ -806,7 +806,7 @@ Router public API
:return:

* result of ``function_name`` on success
* nill, err otherwise
* nil, err otherwise

.. _vshard_api_reference-router_internal_api:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ msgstr "массив аргументов функции"
msgid "result of ``function_name`` on success"
msgstr "результат вызываемой функции при успехе"

msgid "nill, err otherwise"
msgid "nil, err otherwise"
msgstr "nil, err иначе"

msgid ""
Expand Down