From 06bbd6e7d720c05550d3ee9a71691a28a84a9e79 Mon Sep 17 00:00:00 2001 From: def Date: Tue, 29 Jul 2014 19:52:41 +0200 Subject: flush -> flushFile in doc --- lib/system.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/system.nim b/lib/system.nim index 753205777..d77b4fdee 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -2031,7 +2031,7 @@ proc echo*[T](x: varargs[T, `$`]) {.magic: "Echo", tags: [FWriteIO], gcsafe.} ## Special built-in that takes a variable number of arguments. Each argument ## is converted to a string via ``$``, so it works for user-defined ## types that have an overloaded ``$`` operator. - ## It is roughly equivalent to ``writeln(stdout, x); flush(stdout)``, but + ## It is roughly equivalent to ``writeln(stdout, x); flushFile(stdout)``, but ## available for the JavaScript target too. ## ## Unlike other IO operations this is guaranteed to be thread-safe as -- cgit 1.4.1-2-gfad0