Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit 036cdbd

Browse files
committed
error-triage.mdx
1 parent 2dfd4e0 commit 036cdbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/base-docs/docs/pages/learn/error-triage/error-triage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ Fix by changing your code to handle the expected range of values.
427427

428428

429429
```solidity
430-
function badSubstractionFixed() public pure returns (int) {
430+
function badSubtractionFixed() public pure returns (int) {
431431
int first = 1;
432432
int second = 2;
433433
return first - second;

0 commit comments

Comments
 (0)