Change the wording on the Scalar::as_bytes() docstring.

This commit is contained in:
Isis Lovecruft 2018-07-20 00:04:25 +00:00
parent 74a28559c4
commit 7b22fe6e87
Failed to extract signature

View file

@ -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
///