fix(doc): max -> min
This commit is contained in:
parent
3f7c89f3ce
commit
5ec589012d
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ Thus, the `clutchlog::hfill_min` `clutchlog::hfill_max` accessors allow
|
||||||
to set a minimum and a maximum width (in number of characters).
|
to set a minimum and a maximum width (in number of characters).
|
||||||
```cpp
|
```cpp
|
||||||
log.hfill_max(CLUTCHLOG_DEFAULT_HFILL_MAX); // Defaults to 300.
|
log.hfill_max(CLUTCHLOG_DEFAULT_HFILL_MAX); // Defaults to 300.
|
||||||
log.hfill_max(CLUTCHLOG_DEFAULT_HFILL_MIN); // Defaults to 150.
|
log.hfill_min(CLUTCHLOG_DEFAULT_HFILL_MIN); // Defaults to 150.
|
||||||
```
|
```
|
||||||
Note: clutchlog will use the measured width, unless
|
Note: clutchlog will use the measured width, unless
|
||||||
it goes out of `[clutchlog::hfill_min,clutchlog::hfill_max]`,
|
it goes out of `[clutchlog::hfill_min,clutchlog::hfill_max]`,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue