Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Unified Diff: styleguide/c++/c++11.html

Issue 598453005: Fix some spelling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: styleguide/c++/c++11.html
diff --git a/styleguide/c++/c++11.html b/styleguide/c++/c++11.html
index 8370774e4b4587e765aaeb2b251eaaf1147f7bf4..9a7d6638e174ba727fa3ed7d5f62e57f4cfc5078 100644
--- a/styleguide/c++/c++11.html
+++ b/styleguide/c++/c++11.html
@@ -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>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>
-<td>TODO: documentation link/a></td>
+<td>TODO: documentation link</td>
<td></td>
</tr>
@@ -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>Allows a string to be encoded without any escape
sequences, easing parsing in regex expressions, for example</td>
-<td>TODO: documentation linkRaw String Literals</a></td>
+<td>TODO: documentation link</td>
<td></td>
</tr>
@@ -378,7 +378,7 @@ sequences, easing parsing in regex expressions, for example</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>Reference that only binds to a temporary object</td>
-<td>TODO: documentation linkstruction and assignment</a></td>
+<td>TODO: documentation link</td>
<td></td>
</tr>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698