diff --git a/lib/std/array_hash_map.zig b/lib/std/array_hash_map.zig index af209c71be78796708f8d95cf7e2fb818f528b44..fd2aa5ebc48b37c335465df7fe6ddf4a0623389b 100644 --- a/lib/std/array_hash_map.zig +++ b/lib/std/array_hash_map.zig @@ -57,8 +57,7 @@ pub const ArrayHashMap = Custom; /// the (well defined) behavior when mixing insertions and deletions with iteration. /// /// This type does not store an `Allocator` field - the `Allocator` must be passed in -/// with each function call that requires it. See `ArrayHashMap` for a type that stores -/// an `Allocator` field for convenience. +/// with each function call that requires it. /// /// Can be initialized directly using the default field values. ///