spelling: characters

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-05-05 21:33:23 -04:00
parent 5e6cc0ae19
commit 0cfcf4b5f3
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ TEST(StringTests, uppercase_lowercaseInput_uppercaseOutput)
EXPECT_EQ("12FOO3BAR", subject);
}
TEST(StringTests, removeChar_inputString_removeAllSpecifiedCharactors)
TEST(StringTests, removeChar_inputString_removeAllSpecifiedCharacters)
{
String subject = "foobar";
const char c = 'o';