Correct LeSer doc: "Big Endian" -> "Little Endian" (#362)

This commit is contained in:
Max Sharnoff
2021-07-23 12:38:37 -07:00
committed by GitHub
parent ec03848d2f
commit 3f4815efa2

View File

@@ -139,7 +139,7 @@ pub trait BeSer: Serialize + DeserializeOwned {
}
}
/// Binary serialize/deserialize helper functions (Big Endian)
/// Binary serialize/deserialize helper functions (Little Endian)
///
pub trait LeSer: Serialize + DeserializeOwned {
/// Serialize into a byte slice