Skip to content

Commit

Permalink
#2716: Updated commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Feb 28, 2024
1 parent f764cea commit eb1968a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eo-runtime/src/main/eo/org/eolang/tuple.eo
Expand Up @@ -59,8 +59,8 @@
error "Given index is out of tuple bounds"
at-without-checks index

# Takes element from the tuple without checking i.
# i must be less than length and greater or equal 0.
# Takes element from the tuple without index validation.
# Here i must be an object that can be comparable with int using lt attribute.
[i] > at-without-checks
i > idx!
if. > @
Expand Down

0 comments on commit eb1968a

Please sign in to comment.