Skip to content

Commit

Permalink
Update DynamicVariables.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Nov 6, 2023
1 parent a68f514 commit 42dc6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PharoProjects/DynamicVariables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
]
```

Expand Down

0 comments on commit 42dc6af

Please sign in to comment.