You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Source/RxSwift/toSortedArray.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ public extension ObservableType where E: Comparable {
25
25
/**
26
26
Converts an Observable into another Observable that emits the whole sequence as a single array, sorts it using the provided closure and then terminates.
27
27
28
-
- parameter ascending: Should the emitted items be ascendign or descending.
28
+
- parameter ascending: Should the emitted items be ascending or descending.
29
29
- returns: An observable sequence containing all the sorted emitted elements as an array.
0 commit comments