diff --git a/doc/stdio.adoc b/doc/stdio.adoc index 8c0e611c..f77e89ac 100644 --- a/doc/stdio.adoc +++ b/doc/stdio.adoc @@ -16,7 +16,7 @@ automatically connected and the other side will get assigned to the child proces include::../example/stdio.cpp[tag=readable_pipe] ---- -readable pipes can be assigned to `out` an `err`, while writable_pipes can be assigned to `in`. +readable pipes can be assigned to `out` and `err`, while writable_pipes can be assigned to `in`. == `FILE*`