Skip to content

Commit e2b5e70

Browse files
authored
minor documentation fix (#1558)
1 parent 7f6ce90 commit e2b5e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/paradox/typed/handling-actor-responses-with-scala3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Scala 2, it doesn't require the utilisation of message adapters and response wra
55

66
A distinction exists between an actor's public protocol (`Command `) and its internal
77
protocol (`CommandAndResponse`). The latter is the union of the public protocol and all
8-
the responses the actor should understand. This is union is implemented with Scala 3's
8+
the responses the actor should understand. This union is implemented with Scala 3's
99
Union types.
1010

1111
**Example:**

0 commit comments

Comments
 (0)