Fix trivial typo.

This commit is contained in:
yoshinori_sano 2015-09-22 18:18:03 +09:00
parent 2c4ee7137b
commit 465f9c7ef8
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ example("combineLatest 2") {
//: Combine latest has versions with more then 2 arguments.
//: Combine latest has versions with more than 2 arguments.
example("combineLatest 3") {
let intOb1 = just(2)