From 36e53f1f7f4681edd15fd4925357d6676db6aa8e Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 1 Nov 2020 10:21:01 -0500 Subject: [PATCH] It's actually ECMAScript 2018 compatible --- doc/gmnisrvini.scd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/gmnisrvini.scd b/doc/gmnisrvini.scd index 2baa2f0..554458a 100644 --- a/doc/gmnisrvini.scd +++ b/doc/gmnisrvini.scd @@ -61,8 +61,8 @@ to each routing strategy. The token and match string may be omitted : Regular expression routing. The string is a JavaScript-compatible regular expression which is tested against the URL path. -See ECMAScript 2016, section 21.2 for a definition of the regular expression -syntax and features, or an informative reference on MDN: +See ECMAScript 2018 (ECMA-282, 9th Edition), section 21.2 for a definition of +the regular expression syntax and features, or an informative reference on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions