Fix a typo in example (#7423)

fix a typo in example
This commit is contained in:
Mario Pietsch
2023-05-01 12:53:26 +01:00
committed by GitHub
parent 1cac177211
commit 48b7b5d294
@@ -52,7 +52,7 @@ These attributes provide low level access to the contents of the transcluding wi
Here the <<.wlink ParametersWidget>> widget is used to declare a parameter whose default value is transcluded from another tiddler.
<$macrocall $name='wikitext-example-without-html'
src="""\procedure mymacro
src="""\procedure mymacro()
<$parameters name={{$:/SiteTitle}} age="21">
My name is <<name>> and my age is <<age>>.
</$parameters>