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

[conv.qual] Fix punctuation in bulleted list. #4159

Merged
merged 1 commit into from Sep 18, 2020

Conversation

jensmaurer
Copy link
Member

Fixes #4119

@@ -754,7 +754,7 @@
\item
if the resulting $\cv{}^3_i$ is different from $\cv{}^1_i$ or $\cv{}^2_i$,
or the resulting $P^3_i$ is different from $P^1_i$ or $P^2_i$,
then \tcode{const} is added to every $\cv{}^3_k$ for $0 < k < i$.
then \tcode{const} is added to every $\cv{}^3_k$ for $0 < k < i$;
Copy link
Member

Choose a reason for hiding this comment

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

I think:

  • This is connecting the bullets to the "where", so we don't need to use the same character as for the other bullets here. I'd expect a comma rather than a semicolon before a "where".
  • We're missing an "and" at the end of the second bullet.
  • It would be fine to use commas rather than semicolons for the first two bullets. The bullets are sufficient to indicate the structure here.

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

@zygoloid zygoloid added the changes requested Changes to the wording or approach have been requested and not yet applied. label Sep 18, 2020
@zygoloid zygoloid added this to the C++20 milestone Sep 18, 2020
@jensmaurer jensmaurer removed the changes requested Changes to the wording or approach have been requested and not yet applied. label Sep 18, 2020
@jensmaurer
Copy link
Member Author

Fixed, rebased, and force-pushed.

@zygoloid zygoloid merged commit cdb8ac9 into cplusplus:master Sep 18, 2020
@jensmaurer jensmaurer deleted the c32 branch September 18, 2020 19:54
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.

[conv.qual] Bad list punctuation
2 participants