spelling: subject
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
c654415e74
commit
8414713ad8
|
@ -86,9 +86,9 @@ Convert each character in \c subject to uppercase
|
|||
*/
|
||||
void uppercase(std::string& subject);
|
||||
|
||||
//! Remove all specific char in suject
|
||||
//! Remove all specific char in subject
|
||||
/*!
|
||||
Remove all specific \c c in \c suject
|
||||
Remove all specific \c c in \c subject
|
||||
*/
|
||||
void removeChar(std::string& subject, const char c);
|
||||
|
||||
|
|
Loading…
Reference in New Issue