Commit ffe4d04e authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fixed typo in String documentation.

parent d7af1c12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -375,7 +375,7 @@ String convertToString( const T& value )
/**
 * \brief Specialization of function \ref convertToString for boolean.
 * 
 * The boolean type is converted to 'true' ot 'false'.
 * The boolean type is converted to 'true' or 'false'.
 */
template<> inline String convertToString( const bool& b )
{