Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 committed Oct 20, 2023
1 parent 99c121e commit bff44bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa_engine/src/symbol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ impl WellKnown {
#[derive(Debug, Clone)]
struct Inner {
hash: u64,
// must be a `Vec`, since this needs to be shareable between many threads.
// must be a `Box`, since this needs to be shareable between many threads.
description: Option<Box<[u16]>>,
}

Expand Down

0 comments on commit bff44bb

Please sign in to comment.