[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:
Dave Abrahams
2016-04-04 15:00:55 -07:00
parent 9e30bcb0dd
commit ccb7ae0d0b
5 changed files with 5 additions and 5 deletions

View File

@@ -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.