Skip to content

Commit

Permalink
Correct Documentation (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
luca3s authored Nov 7, 2024
1 parent cd8d893 commit a1e0fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dasp_frame/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ pub trait Frame: Copy + Clone + PartialEq {
F: Frame<NumChannels = Self::NumChannels>,
M: FnMut(Self::Sample, O::Sample) -> F::Sample;

/// Converts the frame type to the equivalent signal in its associated `Float`ing point format.
/// Converts the frame type to the equivalent signal in its associated `Signed` format.
///
/// # Example
///
Expand All @@ -168,7 +168,7 @@ pub trait Frame: Copy + Clone + PartialEq {
/// ```
fn to_signed_frame(self) -> Self::Signed;

/// Converts the frame type to the equivalent signal in its associated `Signed` format.
/// Converts the frame type to the equivalent signal in its associated `Float`ing point format.
///
/// # Example
///
Expand Down

0 comments on commit a1e0fed

Please sign in to comment.