Skip to content

Commit 017eec0

Browse files
authored
Update Language/Functions/Bits and Bytes/bit.adoc
1 parent 999aeee commit 017eec0

File tree

1 file changed

+1
-1
lines changed
  • Language/Functions/Bits and Bytes

1 file changed

+1
-1
lines changed

Language/Functions/Bits and Bytes/bit.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Computes the value of the specified bit (bit 0 is 1, bit 1 is 2, bit 2 is 4, etc
2828

2929
[float]
3030
=== Parameters
31-
`n`: the bit whose value to compute. 0 <= n < 32 (as it is intended to reflect the bits up to 31 of a uint32)
31+
`n`: the bit whose value to compute. Note that `n` needs to be between 0-31 (32 bit).
3232

3333

3434
[float]

0 commit comments

Comments
 (0)