File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ the cache for the function that was modified.
153
153
}
154
154
```
155
155
156
- The invalidation traits that passes can invalidate are are :
156
+ The invalidation traits that passes can invalidate are:
157
157
1 . Instructions - some instructions were added, deleted or moved.
158
158
2 . Calls - some call sites were added or deleted.
159
159
3 . Branches - branches in the code were added, deleted or modified.
Original file line number Diff line number Diff line change @@ -1141,7 +1141,7 @@ The library should definitely provide the following types:
1141
1141
will preserve the weakness of the reference.
1142
1142
1143
1143
In keeping with our design for :code: `unowned `, I think this type
1144
- should should actually be an alias to either
1144
+ should actually be an alias to either
1145
1145
:code: `SafeUnownedReference<T> ` or :code: `UnsafeUnownedReference<T> `
1146
1146
depending on the current component's build settings. The choice
1147
1147
would be exported in binary modules, but for cleanliness we would
You can’t perform that action at this time.
0 commit comments