Change word to improve meaning

Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
RMidhunSuresh 2021-05-11 22:32:05 +05:30
parent b521797f4d
commit 9d898bdf47

View file

@ -18,7 +18,7 @@ const additional = `[\\/#][^\\s]*${end}`;
/*
Similarly, a URL not containing path or fragment must
also end with a character that is not space nor punctuation.
However the ending character must also be ASCII.
Additionally, the ending character must also be ASCII.
*/
const nonASCII = "\\u{80}-\\u{10ffff}";
const endASCII = `[^\\s${nonASCII}.,?!]`;