File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ pub trait Frame: Copy + Clone + PartialEq {
153
153
F : Frame < NumChannels = Self :: NumChannels > ,
154
154
M : FnMut ( Self :: Sample , O :: Sample ) -> F :: Sample ;
155
155
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.
157
157
///
158
158
/// # Example
159
159
///
@@ -168,7 +168,7 @@ pub trait Frame: Copy + Clone + PartialEq {
168
168
/// ```
169
169
fn to_signed_frame ( self ) -> Self :: Signed ;
170
170
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.
172
172
///
173
173
/// # Example
174
174
///
You can’t perform that action at this time.
0 commit comments