From ea265109fd5ea86ec6e2d02c6ac42934fefd7f60 Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Mon, 21 Dec 2015 12:51:11 +0100 Subject: [PATCH] Changes wording to use passive form. --- RxTests.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RxTests.podspec b/RxTests.podspec index c2a420aa..014aa501 100644 --- a/RxTests.podspec +++ b/RxTests.podspec @@ -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)