Skip to content

Commit 3f78eb4

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

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
@@ -360,7 +360,7 @@ Scope {
360360

361361
Now we apply our scope analysis.
362362
During the access to variable `one` in the arrow function, we pass the function scope of the arrow function.
363-
This indicates, that this variable cannot be local:
363+
This indicates that this variable cannot be local:
364364

365365
```rust
366366
Scope {

0 commit comments

Comments
 (0)