diff options
Diffstat (limited to 'zen/http.cpp')
-rw-r--r-- | zen/http.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/http.cpp b/zen/http.cpp index 7eb3fb76..e1a828c1 100644 --- a/zen/http.cpp +++ b/zen/http.cpp @@ -499,7 +499,7 @@ bool zen::isValidEmail(const std::string_view& email) return false; //--------------------------------------------------------------------- - //not going to parse and validate this! + //we're not going to parse and validate this! const bool quoted = (startsWith(local, '"') && endsWith(local, '"')) || contains(local, '\\'); //e.g. "t\@st@email.com" if (!quoted) |