diff --git a/kevm-pyk/src/kevm_pyk/kproj/evm-semantics/evm.md b/kevm-pyk/src/kevm_pyk/kproj/evm-semantics/evm.md
index b76ff28193..e367421ee6 100644
--- a/kevm-pyk/src/kevm_pyk/kproj/evm-semantics/evm.md
+++ b/kevm-pyk/src/kevm_pyk/kproj/evm-semantics/evm.md
@@ -817,11 +817,11 @@ These are just used by the other operators for shuffling local execution state a
ACCT
CODE
0
- STORAGE
+ .Map
_ => .Map
...
- requires lengthBytes(CODE) ==Int 0 andBool STORAGE ==K .Map
+ requires lengthBytes(CODE) ==Int 0
```
- `#transferFunds` moves money from one account into another, creating the destination account if it doesn't exist.