Docfix
[libcds.git] / cds / intrusive / impl / ellen_bintree.h
index 714bc12b3a7aef9e2e9d35661a56bc22dadfbe61..bc572b567a0190969ae0fe038d8e7303d187a90c 100644 (file)
@@ -499,7 +499,7 @@ namespace cds { namespace intrusive {
             unlinks it from the tree, and returns \p true.
             If the item with key equal to \p key is not found the function return \p false.
 
-            Note the \pTraits::less and/or \p Traits::compare predicate should accept a parameter of type \p Q 
+            Note the \p Traits::less and/or \p Traits::compare predicate should accept a parameter of type \p Q 
             that can be not the same as \p value_type.
         */
         template <typename Q>
@@ -550,7 +550,7 @@ namespace cds { namespace intrusive {
 
             If the item with key equal to \p key is not found the function return \p false.
 
-            Note the \pTraits::less and/or \p Traits::compare predicate should accept a parameter of type \p Q 
+            Note the \p Traits::less and/or \p Traits::compare predicate should accept a parameter of type \p Q 
             that can be not the same as \p value_type.
         */
         template <typename Q, typename Func>