mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 13:40:20 +03:00
Ddoc: fix unescaped dollar sign
This commit is contained in:
parent
99d689566c
commit
b9fe8b9ed0
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ $(TR $(TD Objects) $(TD
|
|||
The format string can reference parts of match using the following notation.
|
||||
$(REG_TABLE
|
||||
$(REG_TITLE Format specifier, Replaced by )
|
||||
$(REG_ROW $$(AMP), the whole match. )
|
||||
$(REG_ROW $(DOLLAR)$(AMP), the whole match. )
|
||||
$(REG_ROW $(DOLLAR)$(BACKTICK), part of input $(I preceding) the match. )
|
||||
$(REG_ROW $', part of input $(I following) the match. )
|
||||
$(REG_ROW $$, '$' character. )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue