summaryrefslogtreecommitdiff
path: root/smartptr.h
diff options
context:
space:
mode:
Diffstat (limited to 'smartptr.h')
-rw-r--r--smartptr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/smartptr.h b/smartptr.h
index cbacb79f..8bb32bc0 100644
--- a/smartptr.h
+++ b/smartptr.h
@@ -31,7 +31,7 @@ public:
};
//! \class member_ptr
-//! \brief Pointer that overloads operator→
+//! \brief Pointer that overloads operator ->
//! \tparam T class or type
//! \details member_ptr is used frequently in the library to avoid the issues related to
//! std::auto_ptr in C++11 (deprecated) and std::unique_ptr in C++03 (non-existent).