| Index: styleguide/c++/c++11.html
|
| diff --git a/styleguide/c++/c++11.html b/styleguide/c++/c++11.html
|
| index 9a7d6638e174ba727fa3ed7d5f62e57f4cfc5078..6c5b805c2c5d76236e7d0d0baedfa610ec678d23 100644
|
| --- a/styleguide/c++/c++11.html
|
| +++ b/styleguide/c++/c++11.html
|
| @@ -386,7 +386,7 @@ sequences, easing parsing in regex expressions, for example</td>
|
| <td>Static Assertions</td>
|
| <td><code>static_assert(<i>bool</i>, <i>string</i>)</code></td>
|
| <td>Tests compile-time conditions</td>
|
| -<td><<a href="http://en.cppreference.com/w/cpp/language/static_assert">Static Assertion</a></td>
|
| +<td><a href="http://en.cppreference.com/w/cpp/language/static_assert">Static Assertion</a></td>
|
| <td></td>
|
| </tr>
|
|
|
|
|