From 0453e1653372fd719557aa70eaad34f691e0d5ae Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Wed, 11 Nov 2020 05:58:49 -0800 Subject: Export of internal Abseil changes -- 90e177c9e8bdfb38eed84d2377b019353c3990f8 by Abseil Team : Fix typo in documentation. PiperOrigin-RevId: 341814490 GitOrigin-RevId: 90e177c9e8bdfb38eed84d2377b019353c3990f8 Change-Id: Ia84bf687921caedf1d8fab243c7383835d305e44 --- absl/container/flat_hash_set.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'absl/container/flat_hash_set.h') 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; -- cgit v1.2.3