Fix typo (#29741)
This commit is contained in:
parent
0b1e7edc69
commit
ec7e8aaeda
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ Scala
|
|||
Java
|
||||
: @@snip [InteractionPatternsTest.java](/akka-actor-typed-tests/src/test/java/jdocs/akka/typed/InteractionPatternsAskWithStatusTest.java) { #actor-ask-with-status }
|
||||
|
||||
A validation error is turned into a `Failure` for the message adapter. In this case we are explicitly handling the valdation error separately from
|
||||
A validation error is turned into a `Failure` for the message adapter. In this case we are explicitly handling the validation error separately from
|
||||
other ask failures.
|
||||
|
||||
**Example ask from the outside:**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue