1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-02 12:19:11 +00:00

Fix a typo in example (#7423)

fix a typo in example
This commit is contained in:
Mario Pietsch 2023-05-01 13:53:26 +02:00 committed by GitHub
parent 1cac177211
commit 48b7b5d294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. 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' <$macrocall $name='wikitext-example-without-html'
src="""\procedure mymacro src="""\procedure mymacro()
<$parameters name={{$:/SiteTitle}} age="21"> <$parameters name={{$:/SiteTitle}} age="21">
My name is <<name>> and my age is <<age>>. My name is <<name>> and my age is <<age>>.
</$parameters> </$parameters>