From ad64136421a727f0c3129ef52b62a46d0516da05 Mon Sep 17 00:00:00 2001 From: Roman Korostinskiy <70313618+c71n93@users.noreply.github.com> Date: Tue, 6 Aug 2024 18:15:49 +0300 Subject: [PATCH] #3238 fix int --- eo-runtime/src/main/eo/org/eolang/structs/map.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo-runtime/src/main/eo/org/eolang/structs/map.eo b/eo-runtime/src/main/eo/org/eolang/structs/map.eo index 36d71f333e..e97cbbc61f 100644 --- a/eo-runtime/src/main/eo/org/eolang/structs/map.eo +++ b/eo-runtime/src/main/eo/org/eolang/structs/map.eo @@ -141,7 +141,7 @@ error > get sprintf "Object by hash code %d from given key does not exists" - * (int ^.hash) + * ^.hash # Returns the new `map` with added object # Replaces if there was one before.