Skip to content

Commit

Permalink
chore: fix typos (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnzone authored Apr 1, 2023
1 parent 951a1d8 commit 6326ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/flamegraph/color/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pub enum Palette {
///
/// See [`BasicPalette`] for details.
Basic(BasicPalette),
/// A semantic color palette in which different hues are used to signifiy semantic aspects of
/// A semantic color palette in which different hues are used to signify semantic aspects of
/// different function names (kernel functions, JIT functions, etc.).
Multi(MultiPalette),
}
Expand Down Expand Up @@ -122,7 +122,7 @@ pub enum BasicPalette {
Orange,
}

/// A semantic color palette in which different hues are used to signifiy semantic aspects of
/// A semantic color palette in which different hues are used to signify semantic aspects of
/// different function names (kernel functions, JIT functions, etc.).
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum MultiPalette {
Expand Down

0 comments on commit 6326ced

Please sign in to comment.