Skip to content

Commit

Permalink
Update Combine.playground/Pages/Rules of subscriptions.xcplaygroundpa…
Browse files Browse the repository at this point in the history
…ge/Contents.swift


Uppercase fix

Co-Authored-By: Antoine van der Lee <antoine@wetransfer.com>
  • Loading branch information
fpillet and AvdLee authored Oct 3, 2019
1 parent 9398059 commit 4d5fc63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ enum ExampleError: Swift.Error {

let subject = PassthroughSubject<String, ExampleError>()

// the handleEvents operator lets you intercept
// The handleEvents operator lets you intercept
// all stages of a subscription lifecycle
subject.handleEvents(receiveSubscription: { (subscription) in
print("New subscription!")
Expand Down

0 comments on commit 4d5fc63

Please sign in to comment.