From 27e790255ffdcf625d8992af39b112f3891a4c71 Mon Sep 17 00:00:00 2001 From: franck44 Date: Wed, 11 Oct 2023 18:54:46 +1100 Subject: [PATCH] Fix sentence. --- 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 c0acf9e..93b9eca 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 the returned value is `maxu256(x, y)` **for all inputs `s`, `x`, `y`**.