Skip to content

Commit 75c3dbd

Browse files
committed
Proposal #6: use new protocol names in more places
1 parent 53f19ce commit 75c3dbd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

proposals/0006-apply-api-guidelines-to-the-standard-library.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ On high level, the changes can be summarized as follows.
6262

6363
* `PermutationGenerator` was removed.
6464

65-
* `MutableSliceable` was removed. Use `CollectionType where SubSequence :
66-
MutableCollectionType` instead.
65+
* `MutableSliceable` was removed. Use `Collection where SubSequence :
66+
MutableCollection` instead.
6767

6868
* `sort()` => `sorted()`, `sortInPlace()` => `sort()`.
6969

@@ -253,8 +253,8 @@ implied.
253253
-> : ... { ... }
254254
```
255255

256-
* `MutableSliceable` was removed. Use `CollectionType where SubSequence :
257-
MutableCollectionType` instead.
256+
* `MutableSliceable` was removed. Use `Collection where SubSequence :
257+
MutableCollection` instead.
258258

259259
```diff
260260
-public protocol MutableSliceable : CollectionType, MutableCollectionType {

0 commit comments

Comments
 (0)