Skip to content

Commit

Permalink
objectionary#3267: fixed snippet test case
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Aug 6, 2024
1 parent defd147 commit 5da658a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eo-runtime/src/main/eo/org/eolang/structs/map.eo
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5da658a

Please sign in to comment.