We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f0b68c + f3cab4b commit 7a8d9e5Copy full SHA for 7a8d9e5
1 file changed
src/window.rs
@@ -13,7 +13,7 @@ pub trait Type {
13
fn at_phase<S: Sample>(phase: S) -> S;
14
}
15
16
-/// A type of window function, also known as teh "raised cosine window".
+/// A type of window function, also known as the "raised cosine window".
17
///
18
/// [Wiki entry](https://en.wikipedia.org/wiki/Window_function#Hann_.28Hanning.29_window).
19
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
0 commit comments