From 1b30e293745a55a6745d09f1c1e0079b66886e37 Mon Sep 17 00:00:00 2001 From: Daniel P H Fox Date: Sat, 8 Mar 2025 09:35:42 +0000 Subject: [PATCH] Update syntax-frozen-tables.md --- docs/syntax-frozen-tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/syntax-frozen-tables.md b/docs/syntax-frozen-tables.md index 625a144..f4aaccd 100644 --- a/docs/syntax-frozen-tables.md +++ b/docs/syntax-frozen-tables.md @@ -79,7 +79,7 @@ TableUtils.join( ) ``` -This leaves the feature in an awkward place, where it provides great theoretical benefits, but is much more verbose to express. +This leaves the feature in an awkward place, where it provides great theoretical benefits, especially as a "sensible default", but is much more verbose to express and so can't properly serve that purpose. Ideally, frozen tables should have only marginal cost to adopt, to reduce friction and encourage wider usage.