Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove incorrect "shall" #614

Merged
merged 1 commit into from Feb 4, 2016
Merged

Remove incorrect "shall" #614

merged 1 commit into from Feb 4, 2016

Conversation

mclow
Copy link
Contributor

@mclow mclow commented Feb 4, 2016

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"

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"
zygoloid added a commit that referenced this pull request Feb 4, 2016
[re.results] Remove incorrect "shall".
@zygoloid zygoloid merged commit 97e7eee into cplusplus:master Feb 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants