We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03f4cc commit d6304aeCopy full SHA for d6304ae
blog/2024-10-01-local-variables.md
@@ -385,7 +385,7 @@ Scope {
385
386
After the scope analysis is finished, we compile our code for the VM.
387
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.
+When we encounter a variable that cannot be local, we use the old VM operations for our scopes storage.
389
390
### Other Exceptions
391
0 commit comments