Skip to content

Commit

Permalink
documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EmielBruijntjes committed Mar 24, 2014
1 parent 884316c commit 930ab48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/output-and-errors.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>Output and errors</h1>
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>
Expand Down

0 comments on commit 930ab48

Please sign in to comment.