From 6091b12eb097267a72b5d457a430b6cde6ead588 Mon Sep 17 00:00:00 2001 From: Thomas Herlea Date: Thu, 29 Jun 2017 18:04:13 +0200 Subject: [PATCH] Corrected "currentVariable" to "currentTiddler". (#2859) --- ...oncatenating text and variables using macro substitution.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/howtos/Concatenating text and variables using macro substitution.tid b/editions/tw5.com/tiddlers/howtos/Concatenating text and variables using macro substitution.tid index 62701309e..de4bebc70 100644 --- a/editions/tw5.com/tiddlers/howtos/Concatenating text and variables using macro substitution.tid +++ b/editions/tw5.com/tiddlers/howtos/Concatenating text and variables using macro substitution.tid @@ -43,7 +43,7 @@ Instead, you could use the [[MacroCallWidget]] widget, like this: In this case, we passed the value of a variable directly to our macro. This is often a general way to go about this task. If you wanted to create more links based on other variables you could re-use the macro for each situation. -If, as in this case, the only variable you are using is `currentVariable` then you could write a simple macro, like this: +If, as in this case, the only variable you are using is `currentTiddler` then you could write a simple macro, like this: ``` \define linkup() [[Additional Info|$(currentTiddler)$-Contact]]