Skip to content

Commit

Permalink
Fix description for dir_count task (#921)
Browse files Browse the repository at this point in the history
Fixes #920
  • Loading branch information
solar05 committed May 14, 2022
1 parent 84dd16f commit 67357a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/battle_asserts/issues/dir_count.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
(def tags ["training" "strings" "os"])

(def description
{:en "Implement a function that returns directories count."
:ru "Создайте функцию, которая подсчитывает количество директорий в массиве."})
{:en "Implement a function that returns directories count (path includes directories or path directory itself)."
:ru "Создайте функцию, которая подсчитывает количество директорий в массиве (в пути содержится директория/директории или указан путь к директории)."})

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

0 comments on commit 67357a0

Please sign in to comment.