Skip to content

Commit 685aeb7

Browse files
authored
Merge pull request #1087 from Papidu/patch-1
Update string_only_digits.clj
2 parents 47d6e56 + 5c14fa1 commit 685aeb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/battle_asserts/issues/string_only_digits.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
(def description
1111
{:en "Check whether the given text contains only digit characters in."
12-
:ru "Проверьте, все ли символы в текте являются цифрами."})
12+
:ru "Проверьте, все ли символы в тексте являются цифрами."})
1313

1414
(def signature
1515
{:input [{:argument-name "text" :type {:name "string"}}]

0 commit comments

Comments
 (0)