From d3a576f02b5d02245ce98741ffa6440ba5179cfb Mon Sep 17 00:00:00 2001 From: nodist Date: Mon, 11 May 2026 17:05:10 -0400 Subject: reduce number of types --- docs/type_system/tuple.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/type_system/tuple.md') diff --git a/docs/type_system/tuple.md b/docs/type_system/tuple.md index 81f482f..57158b1 100644 --- a/docs/type_system/tuple.md +++ b/docs/type_system/tuple.md @@ -2,8 +2,8 @@ --- -A sequence of different types accessed by index +A sequence of different types accessed by index or a symbol mapped to an index ```text -Tuple[TYPE; ...] +Tuple[TYPE; TYPE.SYMBOL; ...] ``` -- cgit v1.2.3