We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82582e commit 5a98cbfCopy full SHA for 5a98cbf
source/iostreams.tex
@@ -12658,7 +12658,7 @@
12658
\begin{note} Path equality and path equivalence have different semantics.
12659
\begin{itemize}
12660
\item Equality is determined by the \tcode{path} non-member \tcode{operator==},
12661
-which considers the two path's lexical representations only.
+which considers the two paths' lexical representations only.
12662
\begin{example} \tcode{path("foo") == "bar"} is never \tcode{true}. \end{example}
12663
\item Equivalence is determined by the \tcode{equivalent()} non-member function, which
12664
determines if two paths resolve\iref{fs.class.path} to the same file system entity.
0 commit comments