Skip to content

Commit 071acc8

Browse files
docs: reword
1 parent da9310b commit 071acc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A list of common Solidity optimization tips and myths.
55

66
### Right Shift Instead of Dividing By 2
77

8-
The `SHR` opcode is 3 gas cheaper than `DIV` and also bypasses the division by 0 check.
8+
The `SHR` opcode is 3 gas cheaper than `DIV` and also bypasses Solidity's division by 0 prevention overhead.
99

1010
- [Gas Usage]()
1111
- [Full Example]()

0 commit comments

Comments
 (0)