mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-08 23:20:03 +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)
|
\define my-procedure(param)
|
||||||
This is the macro text (param=<<param>>)
|
This is the procedure text (param=<<param>>)
|
||||||
\end
|
\end
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user