Skip to content

Commit

Permalink
log-levels: fix misspelled function name
Browse files Browse the repository at this point in the history
  • Loading branch information
tasxatzial committed Sep 20, 2024
1 parent eb8e549 commit 39bada8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/concept/log-levels/.docs/hints.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

## 2. Get log level from a log line

- A `string` can be converted to lowercase using [`lowercase`][lowercase].
- A `string` can be converted to lowercase using [`lower-case`][lower-case].

## 3. Reformat a log line

- The [`str`][str] function can be used to concatenate strings.

[lowercase]: https://clojuredocs.org/clojure.string/lower-case
[lower-case]: https://clojuredocs.org/clojure.string/lower-case
[split]: https://clojuredocs.org/clojure.string/split
[str]: https://clojuredocs.org/clojure.core/str
[string-ns]: https://clojuredocs.org/clojure.string
Expand Down

0 comments on commit 39bada8

Please sign in to comment.