Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Guayaba221 authored Dec 4, 2024
1 parent 83c5d21 commit 375abfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ contract TestContract is Test {
contract ErrorsTest {
function arithmeticError(uint256 a) public {
uint256 a = a - 100;
a = a - 100;
}
}
```
Expand Down

0 comments on commit 375abfd

Please sign in to comment.