diff --git a/eo-runtime/src/main/eo/org/eolang/tuple.eo b/eo-runtime/src/main/eo/org/eolang/tuple.eo index ab96988de6..2c0ff7e05a 100644 --- a/eo-runtime/src/main/eo/org/eolang/tuple.eo +++ b/eo-runtime/src/main/eo/org/eolang/tuple.eo @@ -57,7 +57,7 @@ index.lt 0 index.gte len error "Given index is out of tuple bounds" - ^.at.at-without-checks index + at-without-checks index # Takes element from the tuple without checking i. # i must be less than length and greater or equal 0.