diff options
Diffstat (limited to 'meowpp')
-rw-r--r-- | meowpp/utility.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meowpp/utility.h b/meowpp/utility.h index 9e59470..12909e9 100644 --- a/meowpp/utility.h +++ b/meowpp/utility.h @@ -50,9 +50,8 @@ namespace meow{ //# |Format print to C++ string and return it - //# |stringReplace |(std::string `str`,\ - //# std::string const& `from`,\ - //# std::string const& `to`) | std::string + //# |stringReplace |(std::string `str`,\std::string const& + //# `from`,\std::string const& `to`) | std::string //# |Return a string like `str`, but all `from` be replaced by `to` |