From 7b22fe6e87c0be332ad0844010ddd212415316d9 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Fri, 20 Jul 2018 00:04:25 +0000 Subject: [PATCH] Change the wording on the Scalar::as_bytes() docstring. --- src/scalar.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ///