Fix a very important typo
This commit is contained in:
parent
8ecc30e399
commit
d9b018b125
|
@ -43,7 +43,7 @@ pub struct BiquadCoefficients<T> {
|
|||
a2: T,
|
||||
}
|
||||
|
||||
/// Either an `f32` or some SIMD vector type of `f32`s that can be used iwth our biquads.
|
||||
/// Either an `f32` or some SIMD vector type of `f32`s that can be used with our biquads.
|
||||
pub trait SimdType:
|
||||
Mul<Output = Self> + Sub<Output = Self> + Add<Output = Self> + Copy + Sized
|
||||
{
|
||||
|
|
|
@ -43,7 +43,7 @@ pub struct BiquadCoefficients<T> {
|
|||
a2: T,
|
||||
}
|
||||
|
||||
/// Either an `f32` or some SIMD vector type of `f32`s that can be used iwth our biquads.
|
||||
/// Either an `f32` or some SIMD vector type of `f32`s that can be used with our biquads.
|
||||
pub trait SimdType:
|
||||
Mul<Output = Self> + Sub<Output = Self> + Add<Output = Self> + Copy + Sized
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue