File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2612,7 +2612,7 @@ macro_rules! int_impl {
26122612 /// Create an integer value from its representation as a byte array in
26132613 /// big endian.
26142614 ///
2615- #[ doc = $to_xe_bytes_doc ]
2615+ #[ doc = $from_xe_bytes_doc ]
26162616 ///
26172617 /// # Examples
26182618 ///
@@ -2641,7 +2641,7 @@ macro_rules! int_impl {
26412641 /// Create an integer value from its representation as a byte array in
26422642 /// little endian.
26432643 ///
2644- #[ doc = $to_xe_bytes_doc ]
2644+ #[ doc = $from_xe_bytes_doc ]
26452645 ///
26462646 /// # Examples
26472647 ///
@@ -2677,7 +2677,7 @@ macro_rules! int_impl {
26772677 /// [`from_be_bytes`]: Self::from_be_bytes
26782678 /// [`from_le_bytes`]: Self::from_le_bytes
26792679 ///
2680- #[ doc = $to_xe_bytes_doc ]
2680+ #[ doc = $from_xe_bytes_doc ]
26812681 ///
26822682 /// # Examples
26832683 ///
You can’t perform that action at this time.
0 commit comments