From 42985b2cc817acbbe837fa362980aa97dbee03ca Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Fri, 29 Nov 2024 15:48:58 +0300 Subject: [PATCH] #205 typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 090c92e9..c561efa0 100644 --- a/README.md +++ b/README.md @@ -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