imbajin commented on code in PR #1984: URL: https://github.com/apache/incubator-hugegraph/pull/1984#discussion_r1013003009
########## hugegraph-core/src/main/java/com/baidu/hugegraph/job/algorithm/Consumers.java: ########## @@ -92,7 +92,7 @@ private Void runAndDone() { this.run(); this.done(); } catch (Throwable e) { - // Only the first exception of one thread can be stored + // Only the first exception to one thread can be stored Review Comment: original has grammar mistakes (although it seems fine) <img width="330" alt="image" src="https://user-images.githubusercontent.com/17706099/199752392-51240038-4962-4c99-93ad-b22ade7162a0.png"> -- 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: dev-unsubscr...@hugegraph.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org