From b50bd64ebbcc796ff4246a3cc961043f9cc3d225 Mon Sep 17 00:00:00 2001 From: Daniel P H Fox Date: Sat, 8 Mar 2025 09:34:32 +0000 Subject: [PATCH] Update syntax-frozen-tables.md --- docs/syntax-frozen-tables.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/syntax-frozen-tables.md b/docs/syntax-frozen-tables.md index fb91010..625a144 100644 --- a/docs/syntax-frozen-tables.md +++ b/docs/syntax-frozen-tables.md @@ -79,8 +79,9 @@ TableUtils.join( ) ``` -This leaves the feature in an awkward place, where it provides great theoretical benefits, but is impractical to express without using undesirable language features. -Ideally, frozen tables should have only marginal cost to adopt, to reduce friction and encourage wider usage. This inexpressibility is a serious cost. +This leaves the feature in an awkward place, where it provides great theoretical benefits, but is much more verbose to express. + +Ideally, frozen tables should have only marginal cost to adopt, to reduce friction and encourage wider usage. ## Design