Skip to content

Commit

Permalink
Small fix for documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
9rnsr committed May 11, 2012
1 parent 947ff51 commit 8362970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions std/format.d
Expand Up @@ -388,8 +388,8 @@ void main() {
[7 8 9]]
</pre>
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;
Expand Down

0 comments on commit 8362970

Please sign in to comment.