From 75c86f66e1cf4acdc7863ff9571c21d283643874 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 7 Jul 2026 13:53:07 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- v3/pwiki/parser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/pwiki/parser.js b/v3/pwiki/parser.js index 23111f2..f724b80 100644 --- a/v3/pwiki/parser.js +++ b/v3/pwiki/parser.js @@ -33,7 +33,7 @@ var pwpath = require('./path') // "aaa \"bbb \\"ccc\\" bbb\" aaa" // XXX RENAME... -// ...this handles the syntax and lexing... +// ...this handles the syntax and execution... var BaseParser = module.BaseParser = { // patterns...