From 7ed8bed9e256d75bd1770ace553233f36be9b7ff Mon Sep 17 00:00:00 2001 From: khizmax Date: Sun, 27 Mar 2016 22:52:42 +0300 Subject: [PATCH] Docfix --- cds/container/michael_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cds/container/michael_map.h b/cds/container/michael_map.h index bda80b71..1adc0be8 100644 --- a/cds/container/michael_map.h +++ b/cds/container/michael_map.h @@ -637,7 +637,7 @@ namespace cds { namespace container { /// Extracts the item with specified \p key /** \anchor cds_nonintrusive_MichaelHashMap_hp_extract The function searches an item with key equal to \p key, - unlinks it from the set, and returns it as \p guarded_ptr. + unlinks it from the map, and returns it as \p guarded_ptr. If \p key is not found the function returns an empty guarded pointer. Note the compare functor should accept a parameter of type \p K that may be not the same as \p key_type. -- 2.34.1