Changes wording to use passive form.

This commit is contained in:
Krunoslav Zaher 2015-12-21 12:51:11 +01:00
parent 411a9cca1b
commit ea265109fd
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Pod::Spec.new do |s|
Unit testing extensions for RxSwift. This library contains mock schedulers, observables, and observers
that should make unit testing your operators easy as unit testing RxSwift built-in operators.
This library contains everything you need to write unit tests in the following way:
This library contains everything you needed to write unit tests in the following way:
```swift
func testMap() {
let scheduler = TestScheduler(initialClock: 0)