diff --git a/doc/unordered/unordered_multimap.adoc b/doc/unordered/unordered_multimap.adoc index bc80967f..ab5ccbbb 100644 --- a/doc/unordered/unordered_multimap.adoc +++ b/doc/unordered/unordered_multimap.adoc @@ -1305,7 +1305,7 @@ Returns:;; The number of elements in bucket `n`. ==== bucket ```c++ size_type bucket(const key_type& k) const; -templat size_type bucket(const K& k) const; +template size_type bucket(const K& k) const; ``` [horizontal]