From 8362970a565d885cf23e0297980cb30fa88c9f23 Mon Sep 17 00:00:00 2001 From: k-hara Date: Sat, 12 May 2012 01:09:02 +0900 Subject: [PATCH] Small fix for documentation. --- std/format.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/std/format.d b/std/format.d index cd0b6894c55..8fbb4721dd9 100644 --- a/std/format.d +++ b/std/format.d @@ -388,8 +388,8 @@ void main() { [7 8 9]] - Inside compound format specifier, strings and characters are escaped - automatically. If you want to stop it, add $(B '-') flag to + Inside a compound format specifier, strings and characters are escaped + automatically. To avoid this behavior, add $(B '-') flag to $(D "%$(LPAREN)"). ------------------------- import std.stdio;