Skip to content

Commit cd659d4

Browse files
committed
mark task as done
1 parent fe7eb0c commit cd659d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/specs/recipe-construction/rollout-plan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
- [ ] Have `Cell.set` return itself, so `Cell.for(..).set(..)` works
9090
- [ ] `cell.assign(otherCell)` applies `cell`'s link to `otherCell` if it
9191
doesn't have one yet. Useful to make self-referential loops.
92-
- [ ] In AST transformation add `.for(variableName, true)` for `const var = `
92+
- [ ] In AST transformation add `.for(variableName, true)` for `const var =`
9393
cases
9494
- [ ] Update JSON Schema to support new way to describe cells
9595

@@ -101,7 +101,7 @@
101101
- [ ] Add `.remove` and `.removeAll` which removes the element matching the
102102
parameter from the list.
103103
- [ ] Add overload to `.key` that accepts an array of keys
104-
- [ ] Make name parameter in recipe optional
104+
- [x] Make name parameter in recipe optional
105105

106106
## Planned Future Work
107107

0 commit comments

Comments
 (0)