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

[over] Replace 'could' and 'might' #4360

Merged
merged 1 commit into from Nov 13, 2020
Merged

Conversation

jensmaurer
Copy link
Member

as directed by ISO/CS.

Partially addresses #4319

@@ -2161,7 +2161,7 @@
that
\tcode{W}
did not face
might be at least as good as
can be at least as good as
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think "can" really works here. How about:

"Although it is possible that another function F that W did not face is at least as good as W, ..."

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Comment on lines 4202 to 4204
function or function template (it can be a friend
function\iref{class.friend}), an explicit instantiation or specialization of a
function template, or a \grammarterm{using-declaration}\iref{namespace.udecl}.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"can" makes it sound like this is an exhaustive list, as if "it can be ..., and nothing else". This seems a little better:

Suggested change
function or function template (it can be a friend
function\iref{class.friend}), an explicit instantiation or specialization of a
function template, or a \grammarterm{using-declaration}\iref{namespace.udecl}.
function or function template (for example, it can be a friend
function\iref{class.friend}), an explicit instantiation or specialization of a
function template, or a \grammarterm{using-declaration}\iref{namespace.udecl}.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

as directed by ISO/CS.
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