Skip to content

Commit 7330bd9

Browse files
Updated documentation of remove subscriber in publish-subscribe model
1 parent 7d50833 commit 7330bd9

File tree

1 file changed

+1
-1
lines changed
  • publish-subscribe/src/main/java/com/iluwatar/publish/subscribe/model

1 file changed

+1
-1
lines changed

publish-subscribe/src/main/java/com/iluwatar/publish/subscribe/model/Topic.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void addSubscriber(Subscriber subscriber) {
5151
}
5252

5353
/**
54-
* Remove a subscriber to the list of subscribers.
54+
* Remove a subscriber from the list of subscribers.
5555
*
5656
* @param subscriber subscriber to remove
5757
*/

0 commit comments

Comments
 (0)