diff options
Diffstat (limited to 'absl/container')
-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 98aead1a8ae2..04fa73f15511 100644 --- a/absl/container/flat_hash_set.h +++ b/absl/container/flat_hash_set.h @@ -84,7 +84,7 @@ struct FlatHashSetPolicy; // {"huey", "dewey", "louie"}; // // // Insert a new element into the flat hash set -// ducks.insert("donald"}; +// ducks.insert("donald"); // // // Force a rehash of the flat hash set // ducks.rehash(0); |