Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
franck44 committed Oct 11, 2023
1 parent 08192ab commit 60b2603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dafny/yul-verif-examples/max/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,5 @@ method Main2(s: Executing, x: u256, y: u256) returns (s': State)
return Return(0x40, 32, s2); // return result
}
```
And this is true **for all inputs `s`, `x`, `y`,**.
And this is true **for all inputs `s`, `x`, `y`**.

0 comments on commit 60b2603

Please sign in to comment.