Skip to content

Commit be271b0

Browse files
committed
Remove incorrect "shall"
while looking at LWG issue #2589, I noticed that L2554 says "`match_results` shall satisfy the ...". In general, we use "shall" to place requirements on user code, not on library code. Change to just say "satisfies", rather than "shall satisfy"
1 parent 1aa9db1 commit be271b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/regex.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2551,7 +2551,7 @@
25512551
\indextext{requirements!container}%
25522552
\indextext{requirements!sequence}%
25532553
\indextext{\idxcode{match_results}!as sequence}%
2554-
The class template \tcode{match_results} shall satisfy the requirements of an
2554+
The class template \tcode{match_results} satisfies the requirements of an
25552555
allocator-aware container and of a sequence container, as specified
25562556
in~\ref{sequence.reqmts}, except that only operations defined for const-qualified
25572557
sequence containers are supported.

0 commit comments

Comments
 (0)