SequenceType => Sequence

This commit is contained in:
Maxim Moiseev
2015-11-04 14:32:02 -08:00
committed by Max Moiseev
parent c678a839dc
commit 844b81c46b
310 changed files with 687 additions and 687 deletions

View File

@@ -12,7 +12,7 @@
%{
# We know we will eventually get a SequenceType.Element type. Define
# We know we will eventually get a Sequence.Element type. Define
# a shorthand that we can use today.
GElement = "Iterator.Element"
@@ -209,7 +209,7 @@ sortIsUnstableForComparable = """\
}%
% for Self in [ 'SequenceType', 'MutableCollection' ]:
% for Self in [ 'Sequence', 'MutableCollection' ]:
extension ${Self} where Self.Iterator.Element : Comparable {
${sortDocCommentForComparable}