Skip to content

Commit 5a98cbf

Browse files
CaseyCartertkoeppe
authored andcommitted
[fs.path.nonmember] Fix pluralization/possessive (#1929)
1 parent a82582e commit 5a98cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iostreams.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12658,7 +12658,7 @@
1265812658
\begin{note} Path equality and path equivalence have different semantics.
1265912659
\begin{itemize}
1266012660
\item Equality is determined by the \tcode{path} non-member \tcode{operator==},
12661-
which considers the two path's lexical representations only.
12661+
which considers the two paths' lexical representations only.
1266212662
\begin{example} \tcode{path("foo") == "bar"} is never \tcode{true}. \end{example}
1266312663
\item Equivalence is determined by the \tcode{equivalent()} non-member function, which
1266412664
determines if two paths resolve\iref{fs.class.path} to the same file system entity.

0 commit comments

Comments
 (0)