Skip to content

Commit a1e0fed

Browse files
authored
Correct Documentation (#186)
1 parent cd8d893 commit a1e0fed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dasp_frame/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ pub trait Frame: Copy + Clone + PartialEq {
153153
F: Frame<NumChannels = Self::NumChannels>,
154154
M: FnMut(Self::Sample, O::Sample) -> F::Sample;
155155

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

171-
/// Converts the frame type to the equivalent signal in its associated `Signed` format.
171+
/// Converts the frame type to the equivalent signal in its associated `Float`ing point format.
172172
///
173173
/// # Example
174174
///

0 commit comments

Comments
 (0)