Skip to content

Commit

Permalink
Rename operator (ReactiveX#2512)
Browse files Browse the repository at this point in the history
  • Loading branch information
doulos76 authored Apr 27, 2023
1 parent 04c8d2b commit 773ae68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ example("elementAt") {
let disposeBag = DisposeBag()

Observable.of("🐱", "🐰", "🐶", "🐸", "🐷", "🐵")
.elementAt(3)
.element(at: 3)
.subscribe(onNext: { print($0) })
.disposed(by: disposeBag)
}
Expand Down

0 comments on commit 773ae68

Please sign in to comment.