Skip to content

Commit 7040554

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

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
@@ -385,7 +385,7 @@ Scope {
385385

386386
After the scope analysis is finished, we compile our code for the VM.
387387
When we encounter a variable that can be local, we assign it a register.
388-
When we encounter a variable that cannot be local, we use or old VM operations for our scopes storage.
388+
When we encounter a variable that cannot be local, we use the old VM operations for our scopes storage.
389389

390390
### Other Exceptions
391391

0 commit comments

Comments
 (0)