Skip to content

Commit

Permalink
[DESIGN] [FAST-TRACK] Fix the titles of two design options to match t…
Browse files Browse the repository at this point in the history
…heir contents (unicode-org#836)

Fix the titles of two designs to match their contents
  • Loading branch information
aphillips authored Jul 24, 2024
1 parent 4de2684 commit b48f7ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exploration/selection-declaration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand All @@ -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`.
Expand Down

0 comments on commit b48f7ac

Please sign in to comment.