From 31111228e5da439db4331c686746134872432b51 Mon Sep 17 00:00:00 2001 From: Andrei Alexandrescu Date: Sat, 17 Mar 2012 11:37:22 -0500 Subject: [PATCH] Typos - thanks Paul D. Anderson --- std/format.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/std/format.d b/std/format.d index d56c0c297..f4455b526 100644 --- a/std/format.d +++ b/std/format.d @@ -92,8 +92,8 @@ $(RED Scheduled for deprecation. Please use $(D FormatException)) instead. Params: - w = Output is sent do this writer. Typical output writers include - $(XREF array,Appender!string) and $(XREF stdio,BlockingTextWriter). + w = Output is sent to this writer. Typical output writers include + $(XREF array,Appender!string) and $(XREF stdio,LockingTextWriter). fmt = Format string.