Skip to content

Commit cb0e391

Browse files
authored
Fix typo: nill → nil (#2344)
Fix #2339
1 parent 8530b8f commit cb0e391

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/reference/reference_rock/vshard/vshard_api.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ Router public API
710710
:return:
711711

712712
* result of ``function_name`` on success
713-
* nill, err otherwise
713+
* nil, err otherwise
714714

715715
.. _router_api-replicaset_callrw:
716716

@@ -738,7 +738,7 @@ Router public API
738738
:return:
739739

740740
* result of ``function_name`` on success
741-
* nill, err otherwise
741+
* nil, err otherwise
742742

743743
.. code-block:: lua
744744
@@ -777,7 +777,7 @@ Router public API
777777
:return:
778778

779779
* result of ``function_name`` on success
780-
* nill, err otherwise
780+
* nil, err otherwise
781781

782782
.. _router_api-replicaset_callre:
783783

@@ -806,7 +806,7 @@ Router public API
806806
:return:
807807

808808
* result of ``function_name`` on success
809-
* nill, err otherwise
809+
* nil, err otherwise
810810

811811
.. _vshard_api_reference-router_internal_api:
812812

locale/ru/LC_MESSAGES/reference/reference_rock/vshard/vshard_api.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ msgstr "массив аргументов функции"
10891089
msgid "result of ``function_name`` on success"
10901090
msgstr "результат вызываемой функции при успехе"
10911091

1092-
msgid "nill, err otherwise"
1092+
msgid "nil, err otherwise"
10931093
msgstr "nil, err иначе"
10941094

10951095
msgid ""

0 commit comments

Comments
 (0)