He-Pin commented on code in PR #3035:
URL: https://github.com/apache/pekko/pull/3035#discussion_r3343520738


##########
stream/src/main/scala/org/apache/pekko/stream/stage/GraphStage.scala:
##########
@@ -1382,7 +1529,7 @@ abstract class GraphStageLogic private[stream] (val 
inCount: Int, val outCount:
    * Override and return a name to be given to the StageActor of this operator.
    *
    * This method will be only invoked and used once, during the first 
[[getStageActor]]
-   * invocation whichc reates the actor, since subsequent `getStageActors` 
calls function
+   * invocation which creates the actor, since subsequent `getStageActors` 
calls function
    * like `become`, rather than creating new actors.

Review Comment:
   Stale — current scaladoc at GraphStage.scala:1534-1535 already uses the 
singular `getStageActor`, no `getStageActors` (plural) remains in the file. 
Likely fixed during an earlier rebase.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to