mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Fix a very important typo
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user