Skip to content

Commit

Permalink
Merge pull request #7 from norbertwenzel/develop
Browse files Browse the repository at this point in the history
fixed two typos in documentation
  • Loading branch information
apolukhin committed Jan 28, 2016
2 parents 34835b9 + a373a4c commit 478da35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/boost/type_index.hpp
Expand Up @@ -234,7 +234,7 @@ inline type_index type_id_with_cvr() BOOST_NOEXCEPT {

/// Function that works exactly like C++ typeid(rtti_val) call, but returns boost::type_index.
///
/// Retunrs runtime information about specified type.
/// Returns runtime information about specified type.
///
/// \b Requirements: RTTI available or Base and Derived classes must be marked with BOOST_TYPE_INDEX_REGISTER_CLASS.
///
Expand All @@ -249,7 +249,7 @@ inline type_index type_id_with_cvr() BOOST_NOEXCEPT {
/// std::cout << ti.pretty_name(); // Outputs 'Derived'
/// \endcode
///
/// \param runtime_val Varaible which runtime type must be returned.
/// \param runtime_val Variable which runtime type must be returned.
/// \throw Nothing.
/// \return boost::typeindex::type_index with information about the specified variable.
template <class T>
Expand Down

0 comments on commit 478da35

Please sign in to comment.