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 {
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 ///
You can’t perform that action at this time.
0 commit comments