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

[basic.lookup] Fix typos #752

Merged
merged 1 commit into from Jun 16, 2016
Merged

[basic.lookup] Fix typos #752

merged 1 commit into from Jun 16, 2016

Conversation

jlaire
Copy link

@jlaire jlaire commented Jun 13, 2016

No description provided.

@@ -1166,7 +1166,7 @@
that is a member of namespace \tcode{N} (where, only for the purpose of
exposition, \tcode{N} could represent the global scope) shall be
declared before its use in the block in which it is used or in one of
its enclosing blocks~(\ref{stmt.block}) or, shall be declared before its
its enclosing blocks~(\ref{stmt.block}), or shall be declared before its
Copy link
Contributor

Choose a reason for hiding this comment

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

Seems like this comma should just be deleted. Otherwise you would also need another comma below:

its use in namespace N, or, if ..., shall be declared...

Copy link
Author

Choose a reason for hiding this comment

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

done

@tkoeppe
Copy link
Contributor

tkoeppe commented Jun 16, 2016

Thanks - squash and force-push?

@jlaire
Copy link
Author

jlaire commented Jun 16, 2016

done

@jwakely jwakely merged commit 7d9159d into cplusplus:master Jun 16, 2016
@jlaire jlaire deleted the basic-lookup-typos branch June 16, 2016 12:55
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

3 participants