diff --git a/src/scalar.rs b/src/scalar.rs index 4e9286d..6c3bcfe 100644 --- a/src/scalar.rs +++ b/src/scalar.rs @@ -547,7 +547,7 @@ impl Scalar { self.bytes } - /// View this `Scalar` as its underlying sequence of bytes. + /// View the little-endian byte encoding of the integer representing this Scalar. /// /// # Example ///