mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-05 20:42:54 +00:00
Correct LeSer doc: "Big Endian" -> "Little Endian" (#362)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user