Skip to content

Commit

Permalink
Fix a typo in gc.rs (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
teymour-aldridge authored and Razican committed May 22, 2021
1 parent e408d8d commit 8c803d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa/src/gc.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! This module represents the main way to interact with the garbacge collector.
//! This module represents the main way to interact with the garbage collector.
// This is because `rust-gc` unsafe_empty_trace has a `unsafe_`
// when it should be `empty_trace`.
Expand Down

0 comments on commit 8c803d8

Please sign in to comment.