Fix doc typo

This commit is contained in:
BuildTools 2020-02-04 11:52:14 +01:00
parent eadcebff7f
commit 42a017978a

View file

@ -157,7 +157,7 @@ namespace ztd
/*! @see option* find(char c)
*/
option& operator[](const char c) { return *this->find(c); }
//! @brief Get option with char name
//! @brief Get option with string name
/*! @see option* find(const std::string& str);
*/
option& operator[](const std::string& str) { return *this->find(str); }