Skip to content

Commit d502094

Browse files
committed
Merge pull request #387 from vicky002/master
removed duplications
2 parents 605b411 + cb1e4ed commit d502094

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/OptimizerDesign.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ the cache for the function that was modified.
153153
}
154154
```
155155

156-
The invalidation traits that passes can invalidate are are:
156+
The invalidation traits that passes can invalidate are:
157157
1. Instructions - some instructions were added, deleted or moved.
158158
2. Calls - some call sites were added or deleted.
159159
3. Branches - branches in the code were added, deleted or modified.

docs/weak.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ The library should definitely provide the following types:
11411141
will preserve the weakness of the reference.
11421142

11431143
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
11451145
:code:`SafeUnownedReference<T>` or :code:`UnsafeUnownedReference<T>`
11461146
depending on the current component's build settings. The choice
11471147
would be exported in binary modules, but for cleanliness we would

0 commit comments

Comments
 (0)