Skip to content

Commit

Permalink
fix comments (#3505)
Browse files Browse the repository at this point in the history
  • Loading branch information
liukun4515 committed Jan 11, 2023
1 parent eecd991 commit 3788fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-buffer/src/bigint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ impl i256 {
}
}

/// Create an integer value from its representation as a byte array in little-endian.
/// Create an integer value from its representation as a byte array in big-endian.
#[inline]
pub const fn from_be_bytes(b: [u8; 32]) -> Self {
let (high, low) = split_array(b);
Expand Down

0 comments on commit 3788fd2

Please sign in to comment.