From 60b26032078c0a3b1d9c036a26ecce52f726cdfc Mon Sep 17 00:00:00 2001 From: franck44 Date: Wed, 11 Oct 2023 18:52:54 +1100 Subject: [PATCH] Fix typo. --- src/dafny/yul-verif-examples/max/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dafny/yul-verif-examples/max/README.md b/src/dafny/yul-verif-examples/max/README.md index 8754c42..c0acf9e 100644 --- a/src/dafny/yul-verif-examples/max/README.md +++ b/src/dafny/yul-verif-examples/max/README.md @@ -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`**.