Skip to content

Commit

Permalink
doc: fix typo in stdio
Browse files Browse the repository at this point in the history
  • Loading branch information
rtzoeller authored and klemens-morgenstern committed Jan 20, 2025
1 parent a2d2753 commit b781b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/stdio.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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*`

Expand Down

0 comments on commit b781b49

Please sign in to comment.