Fix trivial typo.
This commit is contained in:
parent
2c4ee7137b
commit
465f9c7ef8
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue