Skip to content

Commit e5bc916

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Before we start, let's get some disclaimers out of the way:
1717
- This post is written about optimizations in the Boa ECMAScript engine.
1818
Other engines might do things different, so take everything with a grain of salt.
1919
- This post omits some implementation details to focus on the most relevant parts.
20-
- This post contains data structures written in pseudo Rust.
21-
These are only for visualization, and you do not need to understand Rust.
20+
- This post contains data structures written in pseudo Rust
21+
that are only for visualization, so you should not need to understand Rust.
2222

2323
## Scopes and Variables
2424

0 commit comments

Comments
 (0)