This commit is contained in:
Brian Wignall 2019-12-09 02:41:55 -05:00 committed by Johan Andrén
parent be5a17aeae
commit 10e61e816f
12 changed files with 12 additions and 12 deletions

View file

@ -579,7 +579,7 @@ object Source {
* The stream will complete with failure if a message is sent before the acknowledgement has been replied back.
*
* The stream can be completed successfully by sending the actor reference a [[akka.actor.Status.Success]].
* If the content is [[akka.stream.CompletionStrategy.immediately]] the completion will be signaled immidiately,
* If the content is [[akka.stream.CompletionStrategy.immediately]] the completion will be signaled immediately,
* otherwise if the content is [[akka.stream.CompletionStrategy.draining]] (or anything else)
* already buffered element will be signaled before siganling completion.
*