Skip to content

Commit ec1fa46

Browse files
committed
#201: description update
1 parent 4fdaf4e commit ec1fa46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c-sharp/Problems/bit-manipulation/BitwiseANDofNumbersRange.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Output: 0
1919
*
2020
* Constraints:
21-
* • 0 <= left <= right <= 231 - 1
21+
* • 0 <= left <= right <= 2^31 - 1
2222
**
2323
* https://leetcode.com/problems/bitwise-and-of-numbers-range/
2424
***/

0 commit comments

Comments
 (0)