Skip to content

Commit b48f7ac

Browse files
authored
[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
1 parent 4de2684 commit b48f7ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exploration/selection-declaration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ declaration = s variable [s] "=" [s] expression
229229
However, this design does allow for a local variable to be easily created
230230
for the purpose of selection.
231231

232-
### Allow _immutable_ input declarative selectors
232+
### Allow _mutable_ input declarative selectors
233233

234234
In this alternative, selectors are treated as declaration-selectors.
235235
That is, an annotation in a selector works like a `.input`.
@@ -251,7 +251,7 @@ Instead the selector's annotation replaces what came before.
251251
**Cons**
252252
- Violates immutability that we've established everywhere else
253253

254-
### Allow _mutable_ input declarative selectors
254+
### Allow _immutable_ input declarative selectors
255255

256256
In this alternative, selectors are treated as declaration-selectors.
257257
That is, an annotation in a selector works like a `.input`.

0 commit comments

Comments
 (0)