From d4846bae6c7e0e529d62cf83d439528ad63aa003 Mon Sep 17 00:00:00 2001 From: Robin Munn Date: Fri, 19 May 2023 16:14:02 +0700 Subject: [PATCH] Procedure definition example should not say macro (#7467) The word "macro" appears in the text of the procedure definition example, but it should be "procedure" instead. --- editions/tw5.com/tiddlers/procedures/Procedure Definitions.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/procedures/Procedure Definitions.tid b/editions/tw5.com/tiddlers/procedures/Procedure Definitions.tid index cafa47470..0c9741c7e 100644 --- a/editions/tw5.com/tiddlers/procedures/Procedure Definitions.tid +++ b/editions/tw5.com/tiddlers/procedures/Procedure Definitions.tid @@ -14,7 +14,7 @@ Procedures are created using the [[Pragma: \procedure]] at the start of a tiddle ``` \define my-procedure(param) -This is the macro text (param=<>) +This is the procedure text (param=<>) \end ```