From 42dc6af66cfb315563477474805e307dc7c122ce Mon Sep 17 00:00:00 2001 From: CyrilFerlicot Date: Mon, 6 Nov 2023 14:48:50 +0100 Subject: [PATCH] Update DynamicVariables.md --- PharoProjects/DynamicVariables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PharoProjects/DynamicVariables.md b/PharoProjects/DynamicVariables.md index aab38f90..977208bc 100644 --- a/PharoProjects/DynamicVariables.md +++ b/PharoProjects/DynamicVariables.md @@ -40,7 +40,7 @@ If you need to change the value of the variable for the execution of a specific ```Smalltalk MyVariable value: MyNewObject during: [ - self doAnActionS=UsingTheVariable. + self doAnActionUsingTheVariable. ] ```