summaryrefslogtreecommitdiffstats
path: root/styleguide
diff options
context:
space:
mode:
authorjbroman <jbroman@chromium.org>2015-12-09 15:28:13 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-09 23:28:49 +0000
commit9ee25887a54dfd866acca187d4bf810bd08af7c4 (patch)
treedc3c8d32e39cdf767ce972bef15be25cada62eb3 /styleguide
parent8cad69317a709849eccedcaf3822e3e55f993db5 (diff)
downloadchromium_src-9ee25887a54dfd866acca187d4bf810bd08af7c4.zip
chromium_src-9ee25887a54dfd866acca187d4bf810bd08af7c4.tar.gz
chromium_src-9ee25887a54dfd866acca187d4bf810bd08af7c4.tar.bz2
Correct &amp; entity typo in C++11 guide.
Review URL: https://codereview.chromium.org/1516693002 Cr-Commit-Position: refs/heads/master@{#364210}
Diffstat (limited to 'styleguide')
-rw-r--r--styleguide/c++/c++11.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/styleguide/c++/c++11.html b/styleguide/c++/c++11.html
index 3118028..1e14b42 100644
--- a/styleguide/c++/c++11.html
+++ b/styleguide/c++/c++11.html
@@ -695,9 +695,9 @@ User-defined literals</a></td>
<td><a href="http://en.cppreference.com/w/cpp/memory/addressof">std::addressof</a></td>
<td>Usage should be rare as
<a href="https://google.github.io/styleguide/cppguide.html#Operator_Overloading">
-Operator Overloading</a> is rare and <code>&amps;</code>
+Operator Overloading</a> is rare and <code>&amp;</code>
should suffice in most cases. May be preferable
-over <code>&amps;</code> for performing object
+over <code>&amp;</code> for performing object
identity checks.</td>
</tr>