mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 21:22:20 +03:00
Fix typos in compound format descriptions (#10572)
Someone tried to \( instead of $(LPAREN) inside of a bold macro. Didn't work and made the description very misleading.
This commit is contained in:
parent
dbc09d8230
commit
9e7d2f37cf
1 changed files with 2 additions and 2 deletions
|
@ -147,7 +147,7 @@ limited to a $(B '-') flag.
|
|||
$(H4 $(LNAME2 format-indicator, Format Indicator))
|
||||
|
||||
The $(I format indicator) can either be a single character or an
|
||||
expression surrounded by $(B %\() and $(B %\)). It specifies the
|
||||
expression surrounded by $(B '%$(LPAREN)') and $(B '%$(RPAREN)'). It specifies the
|
||||
basic manner in which a value will be formatted and is the minimum
|
||||
requirement to format a value.
|
||||
|
||||
|
@ -187,7 +187,7 @@ $(BOOKTABLE ,
|
|||
|
||||
The $(I compound indicator) can be used to describe compound types
|
||||
like arrays or structs in more detail. A compound type is enclosed
|
||||
within $(B '%\(') and $(B '%\)'). The enclosed sub-format string is
|
||||
within $(B '%$(LPAREN)') and $(B '%$(RPAREN)'). The enclosed sub-format string is
|
||||
applied to individual elements. The trailing portion of the
|
||||
sub-format string following the specifier for the element is
|
||||
interpreted as the delimiter, and is therefore omitted following the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue