Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tuffy committed Jun 14, 2024
1 parent f5d9cca commit 430e8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pub trait Primitive {
/// Convert big-endian bytes to our value
fn from_be_bytes(bytes: Self::Bytes) -> Self;

/// Convert little-endian bytes to out value
/// Convert little-endian bytes to our value
fn from_le_bytes(bytes: Self::Bytes) -> Self;
}

Expand Down

0 comments on commit 430e8b4

Please sign in to comment.