Skip to content

Commit 5485e10

Browse files
Update CHANGELOG.md
1 parent e3f867d commit 5485e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Swift Next
3535
func boxes() -> [Box<Wrapped.Element>] where Wrapped: Sequence { ... }
3636
}
3737
```
38-
Since contextual `where` clauses are effectively visibility constraints, overrides adopting this feature must be at least as visible as the overridden method. In practice this implies any instance of `Derived` that can access `Base.foo` must also be able to access `Derived.foo`.
38+
Since contextual `where` clauses are effectively visibility constraints, overrides adopting this feature must be at least as visible as the overridden method. In practice, this implies any instance of `Derived` that can access `Base.foo` must also be able to access `Derived.foo`.
3939

4040
```swift
4141
class Base<T> {

0 commit comments

Comments
 (0)