File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2611,7 +2611,7 @@ macro_rules! int_impl {
2611
2611
/// Create an integer value from its representation as a byte array in
2612
2612
/// big endian.
2613
2613
///
2614
- #[ doc = $to_xe_bytes_doc ]
2614
+ #[ doc = $from_xe_bytes_doc ]
2615
2615
///
2616
2616
/// # Examples
2617
2617
///
@@ -2640,7 +2640,7 @@ macro_rules! int_impl {
2640
2640
/// Create an integer value from its representation as a byte array in
2641
2641
/// little endian.
2642
2642
///
2643
- #[ doc = $to_xe_bytes_doc ]
2643
+ #[ doc = $from_xe_bytes_doc ]
2644
2644
///
2645
2645
/// # Examples
2646
2646
///
@@ -2676,7 +2676,7 @@ macro_rules! int_impl {
2676
2676
/// [`from_be_bytes`]: Self::from_be_bytes
2677
2677
/// [`from_le_bytes`]: Self::from_le_bytes
2678
2678
///
2679
- #[ doc = $to_xe_bytes_doc ]
2679
+ #[ doc = $from_xe_bytes_doc ]
2680
2680
///
2681
2681
/// # Examples
2682
2682
///
You can’t perform that action at this time.
0 commit comments