Skip to content

Commit

Permalink
fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
vypxl committed Aug 9, 2023
1 parent 9c2e66a commit 454f6ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/partial_wave.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ where
/// use rust_audio_shenanigans::wave::{Wave, WaveGenerator};
/// use rust_audio_shenanigans::waves::{constant, sine};
///
/// #[derive(Clone)]
/// pub struct MyWave<T> { mul: f64, input: T }
///
/// impl<W> MyWave<W> where W: Wave {
Expand Down

0 comments on commit 454f6ea

Please sign in to comment.