Skip to content

Commit

Permalink
Fix copy-paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Jun 2, 2024
1 parent 4e48fbe commit ed72e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ impl Channel for Ch64 {
}

impl Ch64 {
/// Create a new 32-bit [`Channel`](Channel) value.
/// Create a new 64-bit [`Channel`](Channel) value.
#[inline(always)]
pub const fn new(value: f64) -> Self {
Self(value)
Expand Down

0 comments on commit ed72e7e

Please sign in to comment.