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 95bcbdd139 improve typing in stream/impl/package (#585)
95bcbdd139 is described below
commit 95bcbdd139577a2ac6106b0e10c8382f376acb1e
Author: Dongxu Wang <[email protected]>
AuthorDate: Tue Aug 22 16:23:02 2023 +0800
improve typing in stream/impl/package (#585)
---
stream/src/main/scala/org/apache/pekko/stream/impl/package.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stream/src/main/scala/org/apache/pekko/stream/impl/package.scala
b/stream/src/main/scala/org/apache/pekko/stream/impl/package.scala
index b9e6af987c..d6356db91b 100644
--- a/stream/src/main/scala/org/apache/pekko/stream/impl/package.scala
+++ b/stream/src/main/scala/org/apache/pekko/stream/impl/package.scala
@@ -28,7 +28,7 @@ package org.apache.pekko.stream
* are immutable and safely shareable. Unlike the top-level DSLs, these are
classic, i.e. elements are treated as
* Any.
* * The [[org.apache.pekko.stream.impl.Traversal]] is the immutable,
efficient representation of a stream processing graph that
- * can be materialized. The builders exists solely for the purpose of
producing a traversal in the end.
+ * can be materialized. The builders exist solely for the purpose of
producing a traversal in the end.
* * The [[org.apache.pekko.stream.impl.PhasedFusingActorMaterializer]] is
the class that is responsible for traversing and
* interpreting a [[org.apache.pekko.stream.impl.Traversal]]. It delegates
the actual task of creating executable entities
* and Publishers/Producers to
[[org.apache.pekko.stream.impl.PhaseIsland]]s which are plugins that understand
atomic operators
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]