Skip to content

Commit 6091e26

Browse files
committed
[unord.req.general] Replace inappropriate "shall be" with "is".
1 parent c2b7ea1 commit 6091e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2964,7 +2964,7 @@
29642964
\expects \tcode{b.bucket_count() > 0}.\br
29652965
\returns The index of the bucket in which elements with keys equivalent
29662966
to \tcode{k} would be found, if any such element existed.\br
2967-
\ensures The return value shall be in the range \tcode{[0, b.bucket_count())}.%
2967+
\ensures The return value is in the range \tcode{[0, b.bucket_count())}.%
29682968
& Constant
29692969
\\ \rowsep
29702970
%

0 commit comments

Comments
 (0)