From eb1396c5fa1cba5d29e4aafe3fdb98b08855ab13 Mon Sep 17 00:00:00 2001 From: EHJ-52n Date: Wed, 10 Jan 2024 12:12:11 +0100 Subject: [PATCH] Fix minor typo in Pragma_ _define.tid Add missing "s" to "This" in help text. --- editions/tw5.com/tiddlers/pragmas/Pragma_ _define.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/pragmas/Pragma_ _define.tid b/editions/tw5.com/tiddlers/pragmas/Pragma_ _define.tid index 883f1e450..0ecac2400 100644 --- a/editions/tw5.com/tiddlers/pragmas/Pragma_ _define.tid +++ b/editions/tw5.com/tiddlers/pragmas/Pragma_ _define.tid @@ -48,6 +48,6 @@ $caption$ <> """>> -<<.warning """If macros are nested, textual substitution will only occur for the outermost macro. Thi is because by the time the inner macros are processed all the substitutions will have already occurred""">> +<<.warning """If macros are nested, textual substitution will only occur for the outermost macro. This is because by the time the inner macros are processed all the substitutions will have already occurred""">> A more formal [[presentation|Macro Definition Syntax]] of this syntax is also available.