#19830 Fix corrupted code include directive

This commit is contained in:
Martynas Mickevičius 2016-02-19 13:58:42 +02:00
parent bd244a4fd4
commit 988695224b
2 changed files with 2 additions and 2 deletions

View file

@ -133,8 +133,8 @@ class StreamTcpDocSpec extends AkkaSpec {
.via(replParser)
connection.join(repl).run()
//#repl-client
}
//#repl-client
serverProbe.expectMsg("Hello world")
serverProbe.expectMsg("What a lovely day")