Skip to content

Commit ed82a08

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

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
@@ -461,7 +461,7 @@ In one specific benchmark the scope increased by over 70%.
461461
Notice that Boa is not the most performant engine yet.
462462
There are probably other optimizations relating to variable storage that we have not implemented yet.
463463

464-
You might have already picked up some practical tips to potentially improve to performance of your ECMAScript code.
464+
Hopefully, you might have already picked up some practical tips to potentially improve to performance of your ECMAScript code.
465465
Here are our observations that might help performance:
466466

467467
- Avoid accessing variables across functions.

0 commit comments

Comments
 (0)