Skip to content

Commit 82491af

Browse files
committed
[hash.requirements] clarify that Cpp17Hash does not imply stateless
1 parent 458b16a commit 82491af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lib-intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2076,7 +2076,7 @@
20762076
the program.
20772077
\begin{note}
20782078
Thus all evaluations of the expression \tcode{h(k)} with the
2079-
same value for \tcode{k} yield the same result for a given execution of the program.
2079+
same values for \tcode{h} and \tcode{k} yield the same result for a given execution of the program.
20802080
\end{note}
20812081
For two different
20822082
values \tcode{t1} and \tcode{t2}, the probability that \tcode{h(t1)} and \tcode{h(t2)}

0 commit comments

Comments
 (0)