We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a16dca3 commit 769e75bCopy full SHA for 769e75b
src/libcore/num/wrapping.rs
@@ -437,7 +437,7 @@ assert_eq!(n.trailing_zeros(), 3);
437
/// wrapping the truncated bits to the end of the resulting
438
/// integer.
439
///
440
- /// Please note this isn't the same operation as the `>>` shifting
+ /// Please note this isn't the same operation as the `<<` shifting
441
/// operator!
442
443
/// # Examples
@@ -463,7 +463,7 @@ assert_eq!(n.trailing_zeros(), 3);
463
/// wrapping the truncated bits to the beginning of the resulting
464
465
466
- /// Please note this isn't the same operation as the `<<` shifting
+ /// Please note this isn't the same operation as the `>>` shifting
467
468
469
0 commit comments