Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ Fix by changing your code to handle the expected range of values.


```solidity
function badSubstractionFixed() public pure returns (int) {
function badSubtractionFixed() public pure returns (int) {
int first = 1;
int second = 2;
return first - second;
Expand Down