Skip to content

Commit 10d0bbd

Browse files
authored
Merge pull request #439 from oguzutku1745/update-operators-shr
Update shr
2 parents 7a67710 + 7cea6a2 commit 10d0bbd

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
@@ -1107,7 +1107,7 @@ let b: u8 = a.shr(1u8); // 1u8
11071107

11081108
#### Description
11091109

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

11121112
#### Supported Types
11131113

0 commit comments

Comments
 (0)