diff --git a/sub_crates/trifloat/src/fluv32.rs b/sub_crates/trifloat/src/fluv32.rs index 1e83a27..0b5af89 100644 --- a/sub_crates/trifloat/src/fluv32.rs +++ b/sub_crates/trifloat/src/fluv32.rs @@ -67,7 +67,7 @@ pub fn encode(xyz: (f32, f32, f32)) -> u32 { && !xyz.0.is_nan() && !xyz.1.is_nan() && !xyz.2.is_nan(), - "trifloat::yuv32::encode(): encoding to yuv32 only \ + "trifloat::fluv32::encode(): encoding to fluv32 only \ works correctly for positive, non-NaN numbers, but the numbers passed \ were: ({}, {}, {})", xyz.0,