diff options
| -rw-r--r-- | sql-smie.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-smie.el b/sql-smie.el index 6fb1ff6..877fb2e 100644 --- a/sql-smie.el +++ b/sql-smie.el @@ -44,7 +44,7 @@ ;; - Terribly incomplete. (smie-prec2->grammar (smie-bnf->prec2 - ;; Note: To improve this, http://www.h2database.com/html/grammar.html + ;; Note: To improve this, https://www.h2database.com/html/grammar.html ;; could be useful. '((id) (insts ("BEGIN" insts "END") |
