mirror of
https://github.com/fmtlib/fmt.git
synced 2025-04-01 01:20:25 +00:00
Add a word joiner to prevent line break
This commit is contained in:
parent
cf9833f40b
commit
caa97da1f5
@ -344,7 +344,7 @@ The available presentation types for `range_type` are:
|
|||||||
|--------|------------------------------------------------------------|
|
|--------|------------------------------------------------------------|
|
||||||
| none | Default format. |
|
| none | Default format. |
|
||||||
| `'s'` | String format. The range is formatted as a string. |
|
| `'s'` | String format. The range is formatted as a string. |
|
||||||
| `'?s'` | Debug format. The range is formatted as an escaped string. |
|
| `'?s'` | Debug format. The range is formatted as an escaped string. |
|
||||||
|
|
||||||
If `range_type` is `'s'` or `'?s'`, the range element type must be a character
|
If `range_type` is `'s'` or `'?s'`, the range element type must be a character
|
||||||
type. The `'n'` option and `range_underlying_spec` are mutually exclusive with
|
type. The `'n'` option and `range_underlying_spec` are mutually exclusive with
|
||||||
|
Loading…
x
Reference in New Issue
Block a user