Skip to content

Commit b42a1ac

Browse files
AnthonyLatsisxwu
andauthored
Update CHANGELOG.md
Co-Authored-By: Xiaodi Wu <[email protected]>
1 parent 62d0970 commit b42a1ac

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-
Because contextual `where` clauses are effectively visibility constraints, overrides adopting this feature must be at least as visible as the overriden method:
38+
Because contextual `where` clauses are effectively visibility constraints, overrides adopting this feature must be at least as visible as the overridden method:
3939

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

0 commit comments

Comments
 (0)