doc #20259 Fix broken snippet en streams (#20260)

This commit is contained in:
Johan Andrén 2016-04-08 11:30:25 +02:00 committed by Konrad Malawski
parent 78b88c419d
commit 6b32513e98

View file

@ -32,7 +32,8 @@ object TwitterStreamQuickstartDocSpec {
//#model
//#tweet-source
val tweets: Source[Tweet, NotUsed] //#tweet-source
val tweets: Source[Tweet, NotUsed]
//#tweet-source
= Source(
Tweet(Author("rolandkuhn"), System.currentTimeMillis, "#akka rocks!") ::
Tweet(Author("patriknw"), System.currentTimeMillis, "#akka !") ::