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"(<i>raw_string</i>)";</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&& t)</code> and <code>T& operator=(T&& 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> |