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/pekko.git
The following commit(s) were added to refs/heads/main by this push:
new e2b5e70597 minor documentation fix (#1558)
e2b5e70597 is described below
commit e2b5e70597a8f8b3a314590817cbffee8eef5af4
Author: Alden Torres <[email protected]>
AuthorDate: Tue Nov 12 15:20:16 2024 -0500
minor documentation fix (#1558)
---
docs/src/main/paradox/typed/handling-actor-responses-with-scala3.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docs/src/main/paradox/typed/handling-actor-responses-with-scala3.md
b/docs/src/main/paradox/typed/handling-actor-responses-with-scala3.md
index 5f5cee9092..1fe9534aeb 100644
--- a/docs/src/main/paradox/typed/handling-actor-responses-with-scala3.md
+++ b/docs/src/main/paradox/typed/handling-actor-responses-with-scala3.md
@@ -5,7 +5,7 @@ Scala 2, it doesn't require the utilisation of message adapters
and response wra
A distinction exists between an actor's public protocol (`Command `) and its
internal
protocol (`CommandAndResponse`). The latter is the union of the public
protocol and all
-the responses the actor should understand. This is union is implemented with
Scala 3's
+the responses the actor should understand. This union is implemented with
Scala 3's
Union types.
**Example:**
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]