-
Notifications
You must be signed in to change notification settings - Fork 4
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
Minor editorial changes suggested by @iherman. #76
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with @TallTed in #73 (comment) on aligning the name of |
with the official one. Approving provided that change.
That change should be in this PR already. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Taking over the proposal of @TallTed into this PR. This is part of my approval.
spec/index.html
Outdated
@@ -1648,9 +1648,9 @@ <h2>Selected Terminal Literal Strings</h2> | |||
<dd>two concatenated circumflex accent characters, each having the code point <code class="codepoint">U+005E</code></dd> | |||
<dt id="cp-curly-pipe"><code>{|</code></dt> | |||
<dd><code title="left curly bracket">{</code> (left curly bracket, code point <code class="codepoint">U+007B</code>) followed by | |||
<code title="verticle bar">|</code> (verticle bar, code point <code class="codepoint">U+007C</code>)</dd> | |||
<code title="vertical bar">|</code> (vertical bar, code point <code class="codepoint">U+007C</code>)</dd> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<code title="vertical bar">|</code> (vertical bar, code point <code class="codepoint">U+007C</code>)</dd> | |
<code title="vertical line">|</code> (vertical line, code point <code class="codepoint">U+007C</code>)</dd> |
spec/index.html
Outdated
<td><code title="vertical bar">|</code></td> | ||
<td>Vertical bar</td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<td><code title="vertical bar">|</code></td> | |
<td>Vertical bar</td> | |
<td><code title="vertical line">|</code></td> | |
<td>Vertical line</td> |
spec/index.html
Outdated
<dt id="cp-pipe-curly"><code>|}</code></dt> | ||
<dd><code title="verticle bar">|</code> (verticle bar, code point <code class="codepoint">U+007C</code>) followed by | ||
<dd><code title="vertical bar">|</code> (vertical bar, code point <code class="codepoint">U+007C</code>) followed by |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<dd><code title="vertical bar">|</code> (vertical bar, code point <code class="codepoint">U+007C</code>) followed by | |
<dd><code title="vertical line">|</code> (vertical line, code point <code class="codepoint">U+007C</code>) followed by |
It wasn't... See my change comments. cc @TallTed |
Fixes #73.
Preview | Diff