File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
doc/reference/reference_rock/vshard
locale/ru/LC_MESSAGES/reference/reference_rock/vshard Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -1089,7 +1089,7 @@ msgstr "массив аргументов функции"
10891089msgid "result of ``function_name`` on success"
10901090msgstr "результат вызываемой функции при успехе"
10911091
1092- msgid "nill , err otherwise"
1092+ msgid "nil , err otherwise"
10931093msgstr "nil, err иначе"
10941094
10951095msgid ""
You can’t perform that action at this time.
0 commit comments