From eb1968abf5113ac214f68ccf02284f5105648d1f Mon Sep 17 00:00:00 2001 From: levBagryansky <28lev11@gmail.com> Date: Wed, 28 Feb 2024 12:43:55 +0300 Subject: [PATCH] #2716: Updated commentary --- eo-runtime/src/main/eo/org/eolang/tuple.eo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eo-runtime/src/main/eo/org/eolang/tuple.eo b/eo-runtime/src/main/eo/org/eolang/tuple.eo index 2c0ff7e05a..6b3277daf0 100644 --- a/eo-runtime/src/main/eo/org/eolang/tuple.eo +++ b/eo-runtime/src/main/eo/org/eolang/tuple.eo @@ -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. > @