Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/battle_asserts/issues/title_string.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

(def level :elementary)

(def tags ["collections" "strings"])
(def tags ["collections" "strings" "training"])

(def description
{:en "Check if a string `title` is a title string or not. A title string is one which has all the words in the string start with an upper case letter."
Expand Down
2 changes: 1 addition & 1 deletion src/battle_asserts/issues/two_trains_meet.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

(def level :elementary)

(def tags ["physics"])
(def tags ["physics" "training"])

(def description
{:en "Compute how long after their deparature two trains will meet. Assume that the trains travel between two points, along a single section of track, going in opposite directions. The function should consume the trains' speeds and the starting distance between the trains."
Expand Down
2 changes: 1 addition & 1 deletion src/battle_asserts/issues/vowels_to_numbers.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

(def level :elementary)

(def tags ["strings"])
(def tags ["strings" "training"])

(def description
{:en "In a given word array, replace the vowels in each word with their indexes.
Expand Down
Loading