change spelling of behaviour to behavior, #24457
This commit is contained in:
parent
4af523a012
commit
23fa8b0810
37 changed files with 81 additions and 81 deletions
|
|
@ -40,7 +40,7 @@ class UnnestedReceives extends Actor {
|
|||
case 'GoAhead ⇒ //When we get the GoAhead signal we process all our buffered messages/events
|
||||
queue foreach process
|
||||
queue.clear
|
||||
become { //Then we change behaviour to process incoming messages/events as they arrive
|
||||
become { //Then we change behavior to process incoming messages/events as they arrive
|
||||
case msg ⇒ process(msg)
|
||||
}
|
||||
case msg ⇒ //While we haven't gotten the GoAhead signal, buffer all incoming messages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue