From 64c9d17181e3dfcc5b417a0e8fca1f719a368a17 Mon Sep 17 00:00:00 2001 From: Mohammad Rahmani <830394+kookma@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:29:08 +0330 Subject: [PATCH] Update TranscludeWidget.tid correct procedure name (#7717) The copy pasted `mymacro` from old docs is changed to `myproc` --- editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid b/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid index a44c91dd6..6bc81de3c 100644 --- a/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid @@ -18,11 +18,11 @@ Transclusion is the underlying mechanism for many higher level wikitext features Here is a complete example showing the important features of the <<.wlink TranscludeWidget>> widget: ``` -\procedure mymacro(name,age) +\procedure myproc(name,age) My name is <> and my age is <>. \end -<$transclude $variable="mymacro" name="James" age="19"/> +<$transclude $variable="myproc" name="James" age="19"/> ``` * `\procedure` defines a variable as a procedure with two parameters, ''name'' and ''age''