diff options
| author | Drew DeVault <sir@cmpwn.com> | 2020-11-01 10:21:01 -0500 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2020-11-01 10:21:45 -0500 |
| commit | 36e53f1f7f4681edd15fd4925357d6676db6aa8e (patch) | |
| tree | 4120e1e1a795fde1393f5c39c4fd2f63ae5f1b8a | |
| parent | 0ba984b841f2a513aa6539c4fe0d68213111e43b (diff) | |
| download | gmnisrv-36e53f1f7f4681edd15fd4925357d6676db6aa8e.tar.gz gmnisrv-36e53f1f7f4681edd15fd4925357d6676db6aa8e.tar.xz gmnisrv-36e53f1f7f4681edd15fd4925357d6676db6aa8e.zip | |
It's actually ECMAScript 2018 compatible
| -rw-r--r-- | doc/gmnisrvini.scd | 4 |
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 |
