summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--documentation/output-and-errors.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/output-and-errors.html b/documentation/output-and-errors.html
index b5097ca..60a1095 100644
--- a/documentation/output-and-errors.html
+++ b/documentation/output-and-errors.html
@@ -24,7 +24,7 @@
Php::out is a regular std::ostream object. This has as consequence that
it uses an internal buffer that needs to be flushed. This flushing
occurs automatically when you add 'std::endl' to the output, or when you
- add 'std::sync' explicitly.
+ add 'std::flush' explicitly.
</p>
<p>
<pre class="language-c++"><code>