Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
TristonianJones committed Apr 22, 2024
1 parent 8938612 commit 8a3e56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ Examples
math.bitShiftLeft(1, 2) // returns 4
math.bitShiftLeft(-1, 2) // returns -4
math.bitShiftLeft(1u, 2) // return 4u
math.bitShiftLeft(1u, 200) // returns 0u
math.bitShiftLeft(1u, 200) // returns 0u

### Math.BitShiftRight

Expand Down

0 comments on commit 8a3e56a

Please sign in to comment.