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:
Robin Munn
2023-05-19 10:14:02 +01:00
committed by GitHub
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
```