Skip to content

Commit

Permalink
Update string_only_digits.clj
Browse files Browse the repository at this point in the history
Removed typo
  • Loading branch information
Papidu authored Oct 11, 2024
1 parent 47d6e56 commit 5c14fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/battle_asserts/issues/string_only_digits.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

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

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

0 comments on commit 5c14fa1

Please sign in to comment.