Update Procedure Definitions.tid

This commit is contained in:
Jeremy Ruston 2023-08-01 07:58:39 +01:00 committed by GitHub
parent aaf0bffb39
commit 72a4adbd6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ This tiddler describes the different ways in which [[Procedures|Procedures]] can
Procedures are created using the [[Pragma: \procedure]] at the start of a tiddler. The definitions are available in the rest of the tiddler that defines them, plus any tiddlers that it transcludes.
```
\define my-procedure(param)
\procedure my-procedure(param)
This is the procedure text (param=<<param>>)
\end
```