Skip to content

Commit

Permalink
minor documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenml committed Nov 12, 2024
1 parent 7f6ce90 commit 8aaa0fd
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 8aaa0fd

Please sign in to comment.