docs/Writerside/topics/streams.h.md

changeset 1694
a2757c6427cc
parent 1601
e47078681a6f
child 1696
976e629ce990
--- a/docs/Writerside/topics/streams.h.md	Wed Dec 31 15:25:30 2025 +0100
+++ b/docs/Writerside/topics/streams.h.md	Wed Dec 31 16:01:08 2025 +0100
@@ -33,7 +33,7 @@
 The `cx_stream_bcopy()` function uses either a pre-initialized buffer `buf` of length `bufsize`
 or, if `buf` is `NULL`, an internal heap-allocated buffer.
 
-The `cx_stream_ncopy()` function behaves like `cx_stream_copy()` except, that it reads at most `n` bytes
+The `cx_stream_ncopy()` function behaves like `cx_stream_copy()` except that it reads at most `n` bytes
 (and the same is true for `cx_stream_bncopy()` and `cx_stream_bcopy()`).
 
 
@@ -54,7 +54,7 @@
 
 ## Example
 
-The following example shows, how to read the contents of a file into a buffer:
+The following example shows how to read the contents of a file into a buffer:
 ```c
 FILE *inputfile = fopen(infilename, "r");
 if (inputfile) {

mercurial