Skip to content

Commit d5a3aa3

Browse files
codecopmtumilowicz
authored andcommitted
Fix typo in task description.
1 parent e2603e7 commit d5a3aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/reactive/workshop/Step1_SubscriberBaseWorkshop.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ abstract class Step1_SubscriberBaseWorkshop<T> implements Flow.Subscriber<T> {
77

88
@Override
99
public void onSubscribe(Flow.Subscription subscription) {
10-
// if we already has subscription set - we cancel incoming subscription, hint: cancel()
10+
// if we already have subscription set - we cancel incoming subscription, hint: cancel()
1111
// otherwise - set subscription, and request 1 elem, hint: request(1)
1212
}
1313

0 commit comments

Comments
 (0)