Skip to content

Commit

Permalink
minor documentation fix (#1558)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenml authored Nov 12, 2024
1 parent 7f6ce90 commit e2b5e70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down

0 comments on commit e2b5e70

Please sign in to comment.