Commit 7b78a8db authored by Nico Weber's avatar Nico Weber

Fix some spelling.

BUG=none
TBR=awong

Review URL: https://codereview.chromium.org/598453005

Cr-Commit-Position: refs/heads/master@{#296215}
parent 019d40fa
...@@ -361,7 +361,7 @@ Tip of the Week #54: Controlling Your Inheritance</a></td> ...@@ -361,7 +361,7 @@ Tip of the Week #54: Controlling Your Inheritance</a></td>
<td><code>for (<i>type</i> <i>var</i> : <i>range</i>)</code></td> <td><code>for (<i>type</i> <i>var</i> : <i>range</i>)</code></td>
<td>Facilitates a more concise syntax for iterating over the elements <td>Facilitates a more concise syntax for iterating over the elements
of a container (or a range of iterators) in a <code>for</code> loop</td> of a container (or a range of iterators) in a <code>for</code> loop</td>
<td>TODO: documentation link/a></td> <td>TODO: documentation link</td>
<td></td> <td></td>
</tr> </tr>
...@@ -370,7 +370,7 @@ of a container (or a range of iterators) in a <code>for</code> loop</td> ...@@ -370,7 +370,7 @@ of a container (or a range of iterators) in a <code>for</code> loop</td>
<td><code>string <i>var</i>=R&quot;(<i>raw_string</i>)&quot;;</code></td> <td><code>string <i>var</i>=R&quot;(<i>raw_string</i>)&quot;;</code></td>
<td>Allows a string to be encoded without any escape <td>Allows a string to be encoded without any escape
sequences, easing parsing in regex expressions, for example</td> sequences, easing parsing in regex expressions, for example</td>
<td>TODO: documentation linkRaw String Literals</a></td> <td>TODO: documentation link</td>
<td></td> <td></td>
</tr> </tr>
...@@ -378,7 +378,7 @@ sequences, easing parsing in regex expressions, for example</td> ...@@ -378,7 +378,7 @@ sequences, easing parsing in regex expressions, for example</td>
<td>Rvalue References (and Move Semantics)</td> <td>Rvalue References (and Move Semantics)</td>
<td><code>T(T&amp;&amp; t)</code> and <code>T&amp; operator=(T&amp;&amp; t)</code></td> <td><code>T(T&amp;&amp; t)</code> and <code>T&amp; operator=(T&amp;&amp; t)</code></td>
<td>Reference that only binds to a temporary object</td> <td>Reference that only binds to a temporary object</td>
<td>TODO: documentation linkstruction and assignment</a></td> <td>TODO: documentation link</td>
<td></td> <td></td>
</tr> </tr>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment