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.