diff options
author | Abseil Team <absl-team@google.com> | 2020-11-11 05:58:49 -0800 |
---|---|---|
committer | Mark Barolak <mbar@google.com> | 2020-11-11 10:17:27 -0500 |
commit | 0453e1653372fd719557aa70eaad34f691e0d5ae (patch) | |
tree | 4ef99179a8c50187fe8b20bb8435a4d35fe18d43 | |
parent | a4798817e824a5c45689933bc62338f3c7d6961b (diff) |
Export of internal Abseil changes
--
90e177c9e8bdfb38eed84d2377b019353c3990f8 by Abseil Team <absl-team@google.com>:
Fix typo in documentation.
PiperOrigin-RevId: 341814490
GitOrigin-RevId: 90e177c9e8bdfb38eed84d2377b019353c3990f8
Change-Id: Ia84bf687921caedf1d8fab243c7383835d305e44
-rw-r--r-- | absl/container/flat_hash_set.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/container/flat_hash_set.h b/absl/container/flat_hash_set.h index 81e145aa..6b89da65 100644 --- a/absl/container/flat_hash_set.h +++ b/absl/container/flat_hash_set.h @@ -324,7 +324,7 @@ class flat_hash_set // flat_hash_set::merge() // - // Extracts elements from a given `source` flat hash map into this + // Extracts elements from a given `source` flat hash set into this // `flat_hash_set`. If the destination `flat_hash_set` already contains an // element with an equivalent key, that element is not extracted. using Base::merge; |