Skip to content

Commit f1ac19a

Browse files
justinswartkzaher
authored andcommitted
Corrected spelling of emits
1 parent a7bf8b7 commit f1ac19a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RxCocoa/Traits/SharedSequence/SharedSequence+Operators.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ extension SharedSequenceConvertibleType {
443443
}
444444

445445
/**
446-
Merges two observable sequences into one observable sequence by using latest element from the second sequence every time when `self` emitts an element.
446+
Merges two observable sequences into one observable sequence by using latest element from the second sequence every time when `self` emits an element.
447447

448448
- parameter second: Second observable source.
449449
- returns: An observable sequence containing the result of combining each element of the self with the latest element from the second source, if any, using the specified result selector function.

RxSwift/Observables/WithLatestFrom.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ extension ObservableType {
2222
}
2323

2424
/**
25-
Merges two observable sequences into one observable sequence by using latest element from the second sequence every time when `self` emitts an element.
25+
Merges two observable sequences into one observable sequence by using latest element from the second sequence every time when `self` emits an element.
2626

2727
- seealso: [combineLatest operator on reactivex.io](http://reactivex.io/documentation/operators/combinelatest.html)
2828

0 commit comments

Comments
 (0)