mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib] Drop Type suffixes in comments
These suffixes were gone in the code long ago; help the comments catch up.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
/// A type that supports subscript assignment to a mutable collection.
|
||||
///
|
||||
/// - Important: In most cases, it's best to ignore this protocol and use
|
||||
/// `CollectionType` instead, as it has a more complete interface.
|
||||
/// `MutableCollection` instead, as it has a more complete interface.
|
||||
public protocol MutableIndexable : Indexable {
|
||||
// FIXME(ABI)(compiler limitation): there is no reason for this protocol
|
||||
// to exist apart from missing compiler features that we emulate with it.
|
||||
|
||||
Reference in New Issue
Block a user