fix a typo in the doc

This commit is contained in:
Johann Dreo 2020-10-18 17:44:40 +02:00
commit 81e3f6fd03
2 changed files with 2 additions and 2 deletions

View file

@ -191,7 +191,7 @@ Or, if you want to declare some semantics beforehand:
// Print warning messages in bold magenta:
using fmt = clutchlog::fmt;
fmt warn(fmt::fg::magenta, fmt::typo::bold);
log.style(clutchlog::level::magenta, warn);
log.style(clutchlog::level::warning, warn);
```
Using the `clutchlog::fmt` class, you can style: