Commit 29bc520e authored by Hossein Ghahramanzadeh's avatar Hossein Ghahramanzadeh
Browse files

Fix a typo in comments.

parent 4fc151ae
...@@ -729,7 +729,7 @@ class UnitTestFilter { ...@@ -729,7 +729,7 @@ class UnitTestFilter {
public: public:
UnitTestFilter() = default; UnitTestFilter() = default;
// Constructs a filter form a string of patterns separated by `:`. // Constructs a filter from a string of patterns separated by `:`.
explicit UnitTestFilter(const std::string& filter) { explicit UnitTestFilter(const std::string& filter) {
// By design "" filter matches "" string. // By design "" filter matches "" string.
SplitString(filter, ':', &patterns_); SplitString(filter, ':', &patterns_);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment