Skip to content

Commit 7a8d9e5

Browse files
Merge pull request #110 from foolswood/typo_fix
Fix doc typo
2 parents 0f0b68c + f3cab4b commit 7a8d9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/window.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pub trait Type {
1313
fn at_phase<S: Sample>(phase: S) -> S;
1414
}
1515

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

0 commit comments

Comments
 (0)