diff options
Diffstat (limited to 'boost/hana/fwd/replace_if.hpp')
-rw-r--r-- | boost/hana/fwd/replace_if.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/hana/fwd/replace_if.hpp b/boost/hana/fwd/replace_if.hpp index e3fe882125..48d5b4c15c 100644 --- a/boost/hana/fwd/replace_if.hpp +++ b/boost/hana/fwd/replace_if.hpp @@ -24,7 +24,7 @@ BOOST_HANA_NAMESPACE_BEGIN //! --------- //! Given `F` a Functor and `Bool` a Logical, the signature is //! \f$ - //! \mathtt{replace_if} : F(T) \times (T \to Bool) \times T \to F(T) + //! \mathtt{replace\_if} : F(T) \times (T \to Bool) \times T \to F(T) //! \f$ //! //! @param xs |