Skip to content

Commit

Permalink
fix: caps
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy committed Nov 14, 2024
1 parent 4837b83 commit 1bfe040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/executor/src/profiler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ impl Profiler {
Ok(())
}

/// Simple Check to makes sure we have valid main function that lasts for most of the exeuction
/// Simple check to makes sure we have valid main function that lasts for most of the exeuction
/// time
fn check_samples(&self) {
let Some(main_idx) = self.main_idx else {
Expand Down

0 comments on commit 1bfe040

Please sign in to comment.