pjfanning commented on code in PR #1787: URL: https://github.com/apache/pekko/pull/1787#discussion_r1984574544
########## docs/src/main/paradox/stream/operators/Source-or-Flow/switchMap.md: ########## @@ -1,6 +1,6 @@ # switchMap -Transforms each input element into a `Source` of output elements that is then flattened into the output stream until a new input element is received. +Transforms each input element into a `Source` of output elements that is then flattened into the output stream until a new input element is received (at which point the current (now previous) substream is cancelled and the new one is flattend into the output stream). Review Comment: typo - should be flattened -- 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: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org