Skip to content

Commit

Permalink
[filebuf.members,fs.path.req] Fix indefinite article (#7530)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas-Krug authored Jan 1, 2025
1 parent 1411cf5 commit a137940
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/iostreams.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11226,7 +11226,7 @@
\begin{itemdescr}
\pnum
\expects
\tcode{s} points to a NTCTS\iref{defns.ntcts}.
\tcode{s} points to an NTCTS\iref{defns.ntcts}.

\pnum
\effects
Expand Down Expand Up @@ -14079,14 +14079,14 @@
\item \tcode{basic_string_view<EcharT, traits>}. A function
argument \tcode{const Source\&} \tcode{source} shall have an
effective range \range{source.begin()}{source.end()}.
\item A type meeting the \oldconcept{InputIterator} requirements that iterates over a NTCTS\@.
\item A type meeting the \oldconcept{InputIterator} requirements that iterates over an NTCTS\@.
The value type shall be an encoded character type. A function argument
\tcode{const Source\&} \tcode{source} shall have an effective range
\range{source}{end} where \tcode{end} is the first
iterator value with an element value equal to
\tcode{iterator_traits<Source>::value_type()}.
\item A character array that after array-to-pointer decay results in a
pointer to the start of a NTCTS\@. The value type shall be an encoded character type. A
pointer to the start of an NTCTS\@. The value type shall be an encoded character type. A
function argument \tcode{const Source\&} \tcode{source} shall
have an effective range \range{source}{end} where
\tcode{end} is the first iterator value with an element value equal to
Expand Down

0 comments on commit a137940

Please sign in to comment.