Skip to content

Commit

Permalink
#205 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 29, 2024
1 parent d7d74c1 commit 42985b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ other custom ones, which help formatting common values faster:
* `%[exception]s` --- `Exception` ➜ stacktrace
* `%[list]s` --- `Iterable` ➜ pretty formatted list, in one line
* `%[size]s` --- size in bytes ➜ Kb, Mb, Gb, Tb, and so on
* `%[msec]s` --- milliseconds ➜ ms, sec, min, hours, etc.
* `%[ms]s` --- milliseconds ➜ ms, sec, min, hours, etc.
* `%[nano]s` --- nanoseconds ➜ µs, ms, sec, min, hours, etc.
* `%[type]s` --- `Class<?>` ➜ name of it
* `%[secret]s` --- any string ➜ stars
Expand Down

0 comments on commit 42985b2

Please sign in to comment.