2
0
mirror of https://github.com/boostorg/process.git synced 2026-01-19 04:22:15 +00:00

doc: fix typo in stdio

This commit is contained in:
Ryan Zoeller
2025-01-20 11:56:29 -06:00
committed by Klemens Morgenstern
parent a2d2753aa8
commit b781b49a97

View File

@@ -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*`