Skip to content

Commit db9940d

Browse files
authored
doc: unsigned int byte() order (#732)
1 parent a5ef730 commit db9940d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uint/src/uint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ macro_rules! construct_uint {
732732
r
733733
}
734734

735-
/// Return specific byte.
735+
/// Return specific byte. Byte 0 is the least significant value (ie~ little endian).
736736
///
737737
/// # Panics
738738
///

0 commit comments

Comments
 (0)