Fixed typo

This commit is contained in:
timp3289
2015-11-11 21:30:29 +11:00
parent ccdb10b403
commit 31016ad113

View File

@@ -11998,7 +11998,7 @@ This slowdown can be significant compared to `printf`-style output.
##### Note ##### Note
For `cin`/`cout` (and equivalent) interaction, there is no reason to flush; that's donr automatically. For `cin`/`cout` (and equivalent) interaction, there is no reason to flush; that's done automatically.
For writing to a file, there is rarely a need to `flush`. For writing to a file, there is rarely a need to `flush`.
##### Note ##### Note