pjfanning commented on code in PR #61: URL: https://github.com/apache/incubator-pekko-samples/pull/61#discussion_r1287431673
########## pekko-sample-distributed-workers-scala/README.md: ########## @@ -76,7 +76,7 @@ The `FrontEnd` actor schedules `Tick` messages to itself when starting up. the ` The cluster contains one `WorkManager` actor. The `FrontEnd` actor does not need to know the exact location because it sends work to the `masterProxy` that is a cluster singleton proxy. -The 'WorkManager' actor can accept or deny a work request and we need to deal with unexpected errors: +The 'WorkManager' actor can accept or deny a work request, and we need to deal with unexpected errors: Review Comment: I don't think it is the norm to add a comma before 'and'. -- 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]
