This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 2aa08651d4 typo in Concat$/scaladoc (#577)
2aa08651d4 is described below

commit 2aa08651d4545cc85bff3cc07b684541f4ae0098
Author: Dongxu Wang <[email protected]>
AuthorDate: Wed Aug 16 23:55:29 2023 +0800

    typo in Concat$/scaladoc (#577)
---
 .../src/main/scala/org/apache/pekko/stream/impl/TraversalBuilder.scala  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/stream/src/main/scala/org/apache/pekko/stream/impl/TraversalBuilder.scala 
b/stream/src/main/scala/org/apache/pekko/stream/impl/TraversalBuilder.scala
index b1c9d6f13e..c13c6d4b55 100644
--- a/stream/src/main/scala/org/apache/pekko/stream/impl/TraversalBuilder.scala
+++ b/stream/src/main/scala/org/apache/pekko/stream/impl/TraversalBuilder.scala
@@ -66,7 +66,7 @@ import pekko.util.unused
 @InternalApi private[pekko] object Concat {
 
   /**
-   * An optimizatzion to remove cheaply recognizable patterns of redundancy, 
for example PushNotUsed immediately
+   * An optimization to remove cheaply recognizable patterns of redundancy, 
for example PushNotUsed immediately
    * followed by a Pop. It also rotates the tree to make it more left-leaning, 
which makes the tree more readable
    * and require less stack-space when traversing. This is only a single 
rotation, otherwise this implementation
    * would be O(N^2).


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

Reply via email to