Skip to content

Commit ab41857

Browse files
Eisenwavejensmaurer
authored andcommitted
[fs.filesystem.error.members] fix missing 'is true'
1 parent ae4ae54 commit ab41857

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

source/iostreams.tex

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15368,10 +15368,10 @@
1536815368
\pnum
1536915369
\ensures
1537015370
\begin{itemize}
15371-
\item \tcode{code() == ec},
15372-
\item \tcode{path1().empty() == true},
15373-
\item \tcode{path2().empty() == true}, and
15374-
\item \tcode{string_view(what()).find(what_arg.c_str())} \tcode{!= string_view::npos}.
15371+
\item \tcode{code() == ec} is \tcode{true},
15372+
\item \tcode{path1().empty()} is \tcode{true},
15373+
\item \tcode{path2().empty()} is \tcode{true}, and
15374+
\item \tcode{string_view(what()).find(what_arg.c_str())} \tcode{!= string_view::npos} is \tcode{true}.
1537515375
\end{itemize}
1537615376
\end{itemdescr}
1537715377

@@ -15384,10 +15384,10 @@
1538415384
\pnum
1538515385
\ensures
1538615386
\begin{itemize}
15387-
\item \tcode{code() == ec},
15387+
\item \tcode{code() == ec} is \tcode{true},
1538815388
\item \tcode{path1()} returns a reference to the stored copy of \tcode{p1},
15389-
\item \tcode{path2().empty() == true}, and
15390-
\item \tcode{string_view(what()).find(what_arg.c_str())} \tcode{!= string_view::npos}.
15389+
\item \tcode{path2().empty()} is \tcode{true}, and
15390+
\item \tcode{string_view(what()).find(what_arg.c_str())} \tcode{!= string_view::npos} is \tcode{true}.
1539115391
\end{itemize}
1539215392
\end{itemdescr}
1539315393

0 commit comments

Comments
 (0)