=str #15221 Fix typo in scaladoc

This commit is contained in:
Jisoo Park 2014-05-19 21:05:02 +09:00
parent e6978d494a
commit 0606a5566f
2 changed files with 2 additions and 2 deletions

View file

@ -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]

View file

@ -170,7 +170,7 @@ trait 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]