We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc151a commit 29bc520Copy full SHA for 29bc520
googletest/src/gtest.cc
@@ -729,7 +729,7 @@ class UnitTestFilter {
729
public:
730
UnitTestFilter() = default;
731
732
- // Constructs a filter form a string of patterns separated by `:`.
+ // Constructs a filter from a string of patterns separated by `:`.
733
explicit UnitTestFilter(const std::string& filter) {
734
// By design "" filter matches "" string.
735
SplitString(filter, ':', &patterns_);
0 commit comments