From ed72e7ea02cef8cbe1ff1874cb2bfb7cf75fd032 Mon Sep 17 00:00:00 2001 From: Jeron Aldaron Lau Date: Sun, 2 Jun 2024 01:55:52 -0500 Subject: [PATCH] Fix copy-paste error --- src/chan.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chan.rs b/src/chan.rs index 47d8439..40198f5 100644 --- a/src/chan.rs +++ b/src/chan.rs @@ -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)