From 4060f762e07e1f43d031410b3ebc7c7bdd03ab95 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 29 Apr 2025 14:01:43 +0100 Subject: [PATCH] Cherry pick 1519ff638db064985a364cb9f803f06ecf183347 from master --- editions/dev/tiddlers/from tw5.com/JavaScript Macros.tid | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/editions/dev/tiddlers/from tw5.com/JavaScript Macros.tid b/editions/dev/tiddlers/from tw5.com/JavaScript Macros.tid index d861de232..d70ed70cc 100644 --- a/editions/dev/tiddlers/from tw5.com/JavaScript Macros.tid +++ b/editions/dev/tiddlers/from tw5.com/JavaScript Macros.tid @@ -28,5 +28,4 @@ Note that JavaScript macros work on both the client and the server, and so do no !! Macro Behaviour -Macros are just used to return a chunk of wikitext for further processing. They should not make modifications to tiddlers in the wiki store. The reason is that you cannott control when the macro is called; it may be called repeatedly as part of refresh processing. So it is important that macros do not have any other side effects beyond generating their text. - +Macros are just used to return a chunk of wikitext for further processing. They should not make modifications to tiddlers in the wiki store. The reason is that you cannot control when the macro is called; it may be called repeatedly as part of refresh processing. So it is important that macros do not have any other side effects beyond generating their text.