Grammar fix

Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
RMidhunSuresh 2021-05-12 15:59:44 +05:30
parent 2e657fbbbd
commit bb74656348

View file

@ -1,6 +1,6 @@
/*
The regex is split into component strings;
meaning that any escapes (\) must be also
meaning that any escapes (\) must also
be escaped.
*/
const scheme = "(?:https|http|ftp):\\/\\/";