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.