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 @@ -2612,7 +2612,7 @@ macro_rules! int_impl {
2612
2612
/// Create an integer value from its representation as a byte array in
2613
2613
/// big endian.
2614
2614
///
2615
- #[ doc = $to_xe_bytes_doc ]
2615
+ #[ doc = $from_xe_bytes_doc ]
2616
2616
///
2617
2617
/// # Examples
2618
2618
///
@@ -2641,7 +2641,7 @@ macro_rules! int_impl {
2641
2641
/// Create an integer value from its representation as a byte array in
2642
2642
/// little endian.
2643
2643
///
2644
- #[ doc = $to_xe_bytes_doc ]
2644
+ #[ doc = $from_xe_bytes_doc ]
2645
2645
///
2646
2646
/// # Examples
2647
2647
///
@@ -2677,7 +2677,7 @@ macro_rules! int_impl {
2677
2677
/// [`from_be_bytes`]: Self::from_be_bytes
2678
2678
/// [`from_le_bytes`]: Self::from_le_bytes
2679
2679
///
2680
- #[ doc = $to_xe_bytes_doc ]
2680
+ #[ doc = $from_xe_bytes_doc ]
2681
2681
///
2682
2682
/// # Examples
2683
2683
///
You can’t perform that action at this time.
0 commit comments