diff --git a/absl/container/internal/raw_hash_set.h b/absl/container/internal/raw_hash_set.h index 08ac8ac7..4355e1fb 100644 --- a/absl/container/internal/raw_hash_set.h +++ b/absl/container/internal/raw_hash_set.h @@ -13,6 +13,7 @@ // limitations under the License. // // An open-addressing +// [https://en.wikipedia.org/wiki/Open_addressing] // hashtable with quadratic probing. // // This is a low level hashtable on top of which different interfaces can be