Skip to content

Commit e7ccac5

Browse files
raskadnekevss
authored andcommitted
Update blog/2024-10-01-local-variables.md
Co-authored-by: Kevin Ness <[email protected]>
1 parent 7b8676a commit e7ccac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2024-10-01-local-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Even though both have the same identifier, they are different variables.
4444
The variable with the value `1` is declared in the global scope.
4545
The variable with the value `2` is declared in a block scope.
4646

47-
In this example we always find the variable that we want to access in the current scope.
47+
In this example, we always find the variable that we want to access in the current scope.
4848
But what when the variable we access in not declared in the current scope?
4949

5050
Let's modify our example to see what happens in that case:

0 commit comments

Comments
 (0)