mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-22 23:16:53 +00:00
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.
This commit is contained in:
parent
6941d079b8
commit
d4846bae6c
@ -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=<<param>>)
|
||||
This is the procedure text (param=<<param>>)
|
||||
\end
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user