Skip to content

Commit a137940

Browse files
authored
[filebuf.members,fs.path.req] Fix indefinite article (#7530)
1 parent 1411cf5 commit a137940

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/iostreams.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11226,7 +11226,7 @@
1122611226
\begin{itemdescr}
1122711227
\pnum
1122811228
\expects
11229-
\tcode{s} points to a NTCTS\iref{defns.ntcts}.
11229+
\tcode{s} points to an NTCTS\iref{defns.ntcts}.
1123011230

1123111231
\pnum
1123211232
\effects
@@ -14079,14 +14079,14 @@
1407914079
\item \tcode{basic_string_view<EcharT, traits>}. A function
1408014080
argument \tcode{const Source\&} \tcode{source} shall have an
1408114081
effective range \range{source.begin()}{source.end()}.
14082-
\item A type meeting the \oldconcept{InputIterator} requirements that iterates over a NTCTS\@.
14082+
\item A type meeting the \oldconcept{InputIterator} requirements that iterates over an NTCTS\@.
1408314083
The value type shall be an encoded character type. A function argument
1408414084
\tcode{const Source\&} \tcode{source} shall have an effective range
1408514085
\range{source}{end} where \tcode{end} is the first
1408614086
iterator value with an element value equal to
1408714087
\tcode{iterator_traits<Source>::value_type()}.
1408814088
\item A character array that after array-to-pointer decay results in a
14089-
pointer to the start of a NTCTS\@. The value type shall be an encoded character type. A
14089+
pointer to the start of an NTCTS\@. The value type shall be an encoded character type. A
1409014090
function argument \tcode{const Source\&} \tcode{source} shall
1409114091
have an effective range \range{source}{end} where
1409214092
\tcode{end} is the first iterator value with an element value equal to

0 commit comments

Comments
 (0)