[docs] added notes where the code was unclear for beginners (#24757)

* [docs] added notes where the code was unclear for beginners

* Update stream-graphs.md
This commit is contained in:
Gergő Törcsvári 2018-03-22 05:03:04 +01:00 committed by Konrad `ktoso` Malawski
parent 4cbc0494ca
commit ea9b7c9971
2 changed files with 9 additions and 1 deletions

View file

@ -239,7 +239,7 @@ class TestKitDocSpec extends AkkaSpec with DefaultTimeout with ImplicitSender {
val probe = new TestProbe(system) {
def expectUpdate(x: Int) = {
expectMsgPF() {
case Update(id, _) if id == x true
case Update(id, _) if id == x ()
}
sender() ! "ACK"
}