=doc fixes for Akka Streams quick start guide
This commit is contained in:
parent
ea389e16ed
commit
db44791a58
5 changed files with 13 additions and 17 deletions
|
|
@ -23,7 +23,7 @@ class ReactiveStreamsDocSpec extends AkkaSpec {
|
|||
trait Fixture {
|
||||
//#authors
|
||||
val authors = Flow[Tweet]
|
||||
.filter(_.hashtags.contains(Akka))
|
||||
.filter(_.hashtags.contains(akka))
|
||||
.map(_.author)
|
||||
|
||||
//#authors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue