fix a typo in the doc
This commit is contained in:
parent
2936c0363b
commit
81e3f6fd03
2 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue