File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
234234In this alternative, selectors are treated as declaration-selectors.
235235That 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
256256In this alternative, selectors are treated as declaration-selectors.
257257That is, an annotation in a selector works like a ` .input ` .
You can’t perform that action at this time.
0 commit comments