Skip to content

Commit 930ab48

Browse files
documentation fix
1 parent 884316c commit 930ab48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/output-and-errors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1>Output and errors</h1>
2424
Php::out is a regular std::ostream object. This has as consequence that
2525
it uses an internal buffer that needs to be flushed. This flushing
2626
occurs automatically when you add 'std::endl' to the output, or when you
27-
add 'std::sync' explicitly.
27+
add 'std::flush' explicitly.
2828
</p>
2929
<p>
3030
<pre class="language-c++"><code>

0 commit comments

Comments
 (0)