We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9903c4d commit faf0fc0Copy full SHA for faf0fc0
1 file changed
src/impl_methods.rs
@@ -2558,7 +2558,7 @@ where
2558
/// 1 << 1; // 0b0001 << 1 = 0b0010 (decimal 2)
2559
/// 1 << 0; // 0b0001 << 0 = 0b0001 (decimal 1)
2560
/// 1 << 2; // 0b0001 << 2 = 0b0100 (decimal 4)
2561
- ///
+ ///
2562
/// Each axis gets its own unique bit position in the bitmask:
2563
/// - Axis 0: bit 0 (rightmost)
2564
/// - Axis 1: bit 1
0 commit comments