Skip to content

Commit d88f10e

Browse files
author
Robert Thompson
committed
Honestly it's MutableCollectionType
1 parent 0598dc1 commit d88f10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Treap/TreapCollectionType.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import Foundation
1010

11-
extension Treap: CollectionType {
11+
extension Treap: MutableCollectionType {
1212
public typealias Index = TreapIndex<Key>
1313

1414
public subscript(index: TreapIndex<Key>) -> Element {

0 commit comments

Comments
 (0)