From b48f7ac8a209a8a14be58c25ee2fe0f91798444a Mon Sep 17 00:00:00 2001 From: Addison Phillips Date: Wed, 24 Jul 2024 07:52:01 -0700 Subject: [PATCH] [DESIGN] [FAST-TRACK] Fix the titles of two design options to match their contents (#836) Fix the titles of two designs to match their contents --- exploration/selection-declaration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exploration/selection-declaration.md b/exploration/selection-declaration.md index 3c33c2445..0e2c8abc7 100644 --- a/exploration/selection-declaration.md +++ b/exploration/selection-declaration.md @@ -229,7 +229,7 @@ declaration = s variable [s] "=" [s] expression However, this design does allow for a local variable to be easily created for the purpose of selection. -### Allow _immutable_ input declarative selectors +### Allow _mutable_ input declarative selectors In this alternative, selectors are treated as declaration-selectors. That is, an annotation in a selector works like a `.input`. @@ -251,7 +251,7 @@ Instead the selector's annotation replaces what came before. **Cons** - Violates immutability that we've established everywhere else -### Allow _mutable_ input declarative selectors +### Allow _immutable_ input declarative selectors In this alternative, selectors are treated as declaration-selectors. That is, an annotation in a selector works like a `.input`.