=str #15221 Fix typo in scaladoc
This commit is contained in:
parent
e6978d494a
commit
0606a5566f
2 changed files with 2 additions and 2 deletions
|
|
@ -173,7 +173,7 @@ abstract class Flow[T] {
|
|||
*
|
||||
* It is possible to keep state in the concrete [[akka.stream.Transformer]] instance with
|
||||
* ordinary instance variables. The [[akka.stream.Transformer]] is executed by an actor and
|
||||
* therefore you don not have to add any additional thread safety or memory
|
||||
* therefore you do not have to add any additional thread safety or memory
|
||||
* visibility constructs to access the state from the callback methods.
|
||||
*/
|
||||
def transform[U](transformer: Transformer[T, U]): Flow[U]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue