Skip to content

Commit ac6a894

Browse files
[fs.class.directory.entry.general] Remove unneeded "unneeded"
per @Quuxplusone's suggestion It is a bit tautological to say "unneeded call" in a note, because implementations should always prevent unneeded calls. Co-authored-by: Arthur O'Dwyer <[email protected]>
1 parent db0ca10 commit ac6a894

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
@@ -16121,7 +16121,7 @@
1612116121
Friendship allows the \tcode{directory_iterator} implementation to cache
1612216122
already available attribute values
1612316123
directly into a \tcode{directory_entry} object
16124-
without the cost of an unneeded call to \tcode{refresh()}.
16124+
without the cost of a call to \tcode{refresh()}.
1612516125
\end{note}
1612616126

1612716127
\pnum

0 commit comments

Comments
 (0)