Skip to content

Commit

Permalink
Update boa/src/profiler.rs
Browse files Browse the repository at this point in the history
Co-authored-by: João Borges <rageknify@gmail.com>
  • Loading branch information
Razican and RageKnify authored Feb 19, 2022
1 parent e303b8b commit 60c0d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa/src/profiler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ impl BoaProfiler {
}

pub fn default() -> Self {
let profiler = Profiler::new(Path::new("./my_trace")).expect("must be able to crate file");
let profiler = Profiler::new(Path::new("./my_trace")).expect("must be able to create file");
Self { profiler }
}

Expand Down

0 comments on commit 60c0d49

Please sign in to comment.