summaryrefslogtreecommitdiffstats
path: root/doc/gmnisrvini.scd
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-11-01 10:21:01 -0500
committerDrew DeVault <sir@cmpwn.com>2020-11-01 10:21:45 -0500
commit36e53f1f7f4681edd15fd4925357d6676db6aa8e (patch)
tree4120e1e1a795fde1393f5c39c4fd2f63ae5f1b8a /doc/gmnisrvini.scd
parent0ba984b841f2a513aa6539c4fe0d68213111e43b (diff)
downloadgmnisrv-36e53f1f7f4681edd15fd4925357d6676db6aa8e.tar.gz
gmnisrv-36e53f1f7f4681edd15fd4925357d6676db6aa8e.tar.xz
gmnisrv-36e53f1f7f4681edd15fd4925357d6676db6aa8e.zip
It's actually ECMAScript 2018 compatible
Diffstat (limited to 'doc/gmnisrvini.scd')
-rw-r--r--doc/gmnisrvini.scd4
1 files 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