From 72a4adbd6b1a089db052ea996fb74313c5650bc7 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 1 Aug 2023 07:58:39 +0100 Subject: [PATCH] Update Procedure Definitions.tid --- 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 0c9741c7e..aa6d37a72 100644 --- a/editions/tw5.com/tiddlers/procedures/Procedure Definitions.tid +++ b/editions/tw5.com/tiddlers/procedures/Procedure Definitions.tid @@ -13,7 +13,7 @@ This tiddler describes the different ways in which [[Procedures|Procedures]] can Procedures are created using the [[Pragma: \procedure]] at the start of a tiddler. The definitions are available in the rest of the tiddler that defines them, plus any tiddlers that it transcludes. ``` -\define my-procedure(param) +\procedure my-procedure(param) This is the procedure text (param=<>) \end ```