Skip to content

Commit

Permalink
Update blog/2024-10-01-local-variables.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Ness <[email protected]>
  • Loading branch information
raskad and nekevss authored Dec 10, 2024
1 parent c2e3e60 commit e5bc916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog/2024-10-01-local-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Before we start, let's get some disclaimers out of the way:
- This post is written about optimizations in the Boa ECMAScript engine.
Other engines might do things different, so take everything with a grain of salt.
- This post omits some implementation details to focus on the most relevant parts.
- This post contains data structures written in pseudo Rust.
These are only for visualization, and you do not need to understand Rust.
- This post contains data structures written in pseudo Rust
that are only for visualization, so you should not need to understand Rust.

## Scopes and Variables

Expand Down

0 comments on commit e5bc916

Please sign in to comment.