summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-24 10:32:49 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-24 10:32:49 +0100
commit930ab4880b65885322eb7ca4772b8cdb49a2b0ae (patch)
treee59a76fffb0924931c2778324dd568de714bf8a1
parent884316c2db6bb30cb9ff646c6a81f2e44ec6b259 (diff)
documentation fixv0.9.2
-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>