From b9fe8b9ed039c0e4bf689987f61df7e456203292 Mon Sep 17 00:00:00 2001 From: aG0aep6G Date: Thu, 13 Sep 2018 19:22:55 +0200 Subject: [PATCH] Ddoc: fix unescaped dollar sign --- std/regex/package.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/regex/package.d b/std/regex/package.d index f1f4eb87b..2f8ea0cbf 100644 --- a/std/regex/package.d +++ b/std/regex/package.d @@ -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. )