diff --git a/src/stdlib_hashmaps.f90 b/src/stdlib_hashmaps.f90 index 8b11ea937..5bc310c32 100644 --- a/src/stdlib_hashmaps.f90 +++ b/src/stdlib_hashmaps.f90 @@ -441,7 +441,7 @@ module subroutine init_chaining_map( map, & slots_bits, & status ) !! Version: Experimental -!! +!! !! Routine to allocate an empty map with HASHER as the hash function, !! 2**SLOTS_BITS initial SIZE(map % slots), and SIZE(map % slots) limited !! to a maximum of 2**MAX_BITS. All fields are initialized.