From b781b49a9754ce12f31363eab5dec157d9e7d420 Mon Sep 17 00:00:00 2001 From: Ryan Zoeller Date: Mon, 20 Jan 2025 11:56:29 -0600 Subject: [PATCH] doc: fix typo in stdio --- doc/stdio.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/stdio.adoc b/doc/stdio.adoc index 8c0e611cf..f77e89acc 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*`