Skip to content

Commit

Permalink
Merge pull request RustAudio#110 from foolswood/typo_fix
Browse files Browse the repository at this point in the history
Fix doc typo
  • Loading branch information
mitchmindtree authored Jun 5, 2019
2 parents 0f0b68c + f3cab4b commit 7a8d9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub trait Type {
fn at_phase<S: Sample>(phase: S) -> S;
}

/// A type of window function, also known as teh "raised cosine window".
/// A type of window function, also known as the "raised cosine window".
///
/// [Wiki entry](https://en.wikipedia.org/wiki/Window_function#Hann_.28Hanning.29_window).
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
Expand Down

0 comments on commit 7a8d9e5

Please sign in to comment.