Browse Source

Fix a typo in gc.rs (#1202)

pull/1203/head
Teymour Aldridge 3 years ago committed by GitHub
parent
commit
6400af2188
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      boa/src/gc.rs

2
boa/src/gc.rs

@ -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`.

Loading…
Cancel
Save