pjfanning commented on code in PR #256: URL: https://github.com/apache/incubator-pekko/pull/256#discussion_r1143359081
########## docs/src/main/paradox/stream/operators/Flow/futureFlow.md: ########## @@ -37,8 +37,8 @@ Scala **completes** when upstream completes and all futures have been completed and all elements have been emitted **cancels** when downstream cancels (keep reading) - The operator's default behaviour in case of downstream cancellation before nested flow materialization (future completion) is to cancel immediately. - This behaviour can be controlled by setting the [[org.apache.pekko.stream.Attributes.NestedMaterializationCancellationPolicy.PropagateToNested]] attribute, + The operator's default behavior in case of downstream cancellation before nested flow materialization (future completion) is to cancel immediately. Review Comment: It's just that US spelling predominates in the docs. I use British English spelling norms myself but within Software documentation, I prefer to see US or British norms used consistently. -- 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]
