Skip to content

Commit 1fc293c

Browse files
committed
fix link to rust-gc
1 parent a414105 commit 1fc293c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2025-10-22-boa-release-21/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ Boa's virtual machine (VM) moved from a stack based VM to a register based VM in
802802
### Garbage collector rewrite
803803

804804
This has been long overdue. Boa's garbage collector is a forked and
805-
modified version of [`rust-gc`](github.com/Manishearth/rust-gc), and we have long
805+
modified version of [`rust-gc`](https://github.com/Manishearth/rust-gc), and we have long
806806
been pushing our forked gc to its limits.
807807

808808
We have seen some evidence from previous pull requests that simply swapping

0 commit comments

Comments
 (0)