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

[whole draft] Use \tcode{true} and \tcode{false} consistently #977

Merged
merged 1 commit into from Nov 17, 2016

Conversation

jlaire
Copy link

@jlaire jlaire commented Nov 10, 2016

No description provided.

@jlaire jlaire changed the title Use \tcode{true} and \tcode{false} consistently Use \tcode{true} and \tcode{false} consistently Nov 10, 2016
@jlaire jlaire changed the title Use \tcode{true} and \tcode{false} consistently [whole draft] Use \tcode{true} and \tcode{false} consistently Nov 10, 2016
@@ -2945,7 +2945,7 @@
function determines the integral conversion specifier as indicated in
Table~\ref{tab:localization.integer.conversions.in}.
The table is ordered.
That is, the first line whose condition is true applies.
That is, the first line whose condition is \tcode{true} applies.
Copy link
Member

Choose a reason for hiding this comment

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

This isn't really talking about a value of type bool (at least for the fourth and fifth lines of the table). How about "whose condition is met" instead?

Copy link
Author

Choose a reason for hiding this comment

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

True. I'll just leave this unchanged.

@@ -3113,7 +3113,7 @@
\\ \rowsep
\tcode{m.suffix().matched}
&
false
\tcode{false}
\\ \rowsep
\tcode{m[0].first}
&
Copy link
Member

Choose a reason for hiding this comment

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

Can you apply \tcode to all the firsts and lasts in this table too?

Copy link
Author

@jlaire jlaire Nov 12, 2016

Choose a reason for hiding this comment

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

Done. (Edit: squashed.)

@zygoloid
Copy link
Member

Looks good other than the couple of issues noted above.

@jlaire jlaire force-pushed the tcode-true-false branch 2 times, most recently from 2fe5ace to 1527936 Compare November 12, 2016 16:48
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