Skip to content

Commit

Permalink
#2716: placed it inside at.
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Feb 27, 2024
1 parent d3bcd1e commit 5d97719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eo-runtime/src/main/eo/org/eolang/tuple.eo
Expand Up @@ -57,7 +57,7 @@
index.lt 0
index.gte len
error "Given index is out of tuple bounds"
^.at-without-checks index
^.at.at-without-checks index

# Takes element from the tuple without checking i.
# i must be less than length and greater or equal 0.
Expand Down

0 comments on commit 5d97719

Please sign in to comment.