diff options
Diffstat (limited to 'src/modules/m_regex_stdlib.cpp')
| -rw-r--r-- | src/modules/m_regex_stdlib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_regex_stdlib.cpp b/src/modules/m_regex_stdlib.cpp index e59f18f46..2f758c018 100644 --- a/src/modules/m_regex_stdlib.cpp +++ b/src/modules/m_regex_stdlib.cpp @@ -80,7 +80,7 @@ class ModuleRegexStdLib : public Module public: ModuleRegexStdLib() - : Module(VF_VENDOR, "Provides a regular expression engine which uses the C++11 std::regex regular expression matching system.") + : Module(VF_VENDOR, "Provides the stdregex regular expression engine which uses the C++11 std::regex regular expression matching system.") , regex(this) { } |
