Skip to content

Commit 1d31f3b

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

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
@@ -383,7 +383,7 @@ Scope {
383383
}
384384
```
385385

386-
After the scope analysis is finished we compile our code for the VM.
386+
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.
388388
When we encounter a variable that cannot be local, we use or old VM operations for our scopes storage.
389389

0 commit comments

Comments
 (0)