fix: some typos in comment

This commit is contained in:
yutotnh
2022-07-01 18:32:49 +09:00
parent 96f51426e4
commit 2cf9987ce3
4 changed files with 6 additions and 6 deletions

View File

@@ -1561,7 +1561,7 @@ TEST(AnyOfArrayTest, Matchers) {
}
TEST_P(AnyOfArrayTestP, ExplainsMatchResultCorrectly) {
// AnyOfArray and AllOfArry use the same underlying template-template,
// AnyOfArray and AllOfArray use the same underlying template-template,
// thus it is sufficient to test one here.
const std::vector<int> v0{};
const std::vector<int> v1{1};