Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZevEisenberg authored and freak4pc committed Feb 22, 2019
1 parent a2348ce commit 763ac1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RxSwift/Rx.swift
Expand Up @@ -101,7 +101,7 @@ func decrementChecked(_ i: inout Int) throws -> Int {
" > Interpretation: This could mean that there is some kind of unexpected cyclic dependency in your code,\n" +
" or that the system is not behaving in the expected way.\n" +
" > Remedy: If this is the expected behavior this message can be suppressed by adding `.observeOn(MainScheduler.asyncInstance)`\n" +
" or by enqueing sequence events in some other way.\n"
" or by enqueuing sequence events in some other way.\n"
)
}

Expand Down

0 comments on commit 763ac1c

Please sign in to comment.