diff --git a/mediapipe/framework/deps/re2.h b/mediapipe/framework/deps/re2.h index 61f7985ee..89dc8fcdb 100644 --- a/mediapipe/framework/deps/re2.h +++ b/mediapipe/framework/deps/re2.h @@ -19,7 +19,7 @@ namespace mediapipe { -// Implementats a subset of RE2 using std::regex_match. +// Implements a subset of RE2 using std::regex_match. class RE2 { public: RE2(const std::string& pattern) : std_regex_(pattern) {}