From 3e3716faa080043a64ba699c32a5947cc0f11594 Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Thu, 9 Oct 2025 10:38:37 +0200 Subject: [PATCH] [streambuf.virt.put] Replace "effects" with "affects" in footnote Fixes NB US 188-303 (C++26 CD). --- source/iostreams.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/iostreams.tex b/source/iostreams.tex index 32baffd01c..2b22a5587b 100644 --- a/source/iostreams.tex +++ b/source/iostreams.tex @@ -4058,7 +4058,7 @@ That is, for each class derived from a specialization of \tcode{basic_streambuf} in this Clause\iref{stringbuf,filebuf}, -a specification of how consuming a character effects the associated output sequence is given. +a specification of how consuming a character affects the associated output sequence is given. There is no requirement on a program-defined class. \end{footnote} \item