[doc] typo remove superfluous the (#28223)
This commit is contained in:
parent
b35dbb9912
commit
6d9bfa45eb
1 changed files with 1 additions and 1 deletions
|
|
@ -484,7 +484,7 @@ When the `ActorSystem` was shutting down and the `Scheduler` was closed all outs
|
|||
which was needed for some internals in Akka but a surprising behavior for end users. Therefore this behavior has
|
||||
changed in Akka 2.6.x and outstanding tasks are not run when the system is terminated.
|
||||
|
||||
Instead, `system.registerOnTermination` or `CoordinatedShutdown` can be used for running such tasks when the shutting
|
||||
Instead, `system.registerOnTermination` or `CoordinatedShutdown` can be used for running such tasks when shutting
|
||||
down.
|
||||
|
||||
### IOSources & FileIO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue