Skip to content

Commit

Permalink
Update crates/jstz_engine/src/gc/trace.rs
Browse files Browse the repository at this point in the history
Co-authored-by: zcabter <[email protected]>
  • Loading branch information
johnyob and zcabter authored Dec 20, 2024
1 parent dd196ea commit f0af742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/jstz_engine/src/gc/trace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use mozjs::jsapi::{
JSString, Symbol as JSSymbol, TraceKind, Value as JSValue,
};

/// Visitor passed to trace methods. ALl managed pointers
/// Visitor passed to trace methods. ALL managed pointers
/// must be traced by this visitor.
pub use mozjs::jsapi::JSTracer as Tracer;

Expand Down

0 comments on commit f0af742

Please sign in to comment.