Skip to content

Commit 7cea6a2

Browse files
committed
Update shr
1 parent b3987d0 commit 7cea6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/leo/04_operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ let b: u8 = a.shr(1u8); // 1u8
11021102

11031103
#### Description
11041104

1105-
Shifts `first` right by `second` bits, storing the result in `destination`.
1105+
Shifts `first` right by `second` bits, storing the result in `destination`. The operation halts if the shift distance exceeds the bit size of `first`.
11061106

11071107
#### Supported Types
11081108

0 commit comments

Comments
 (0)