From 53978c9a196e7d1618ae557316c27123cf1685b1 Mon Sep 17 00:00:00 2001 From: Alexandru Nedelcu Date: Wed, 8 Jun 2016 18:53:12 +0300 Subject: [PATCH] Update 5.5 --- sections/5-actors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/5-actors.md b/sections/5-actors.md index c8505a0..6bbbe3f 100644 --- a/sections/5-actors.md +++ b/sections/5-actors.md @@ -372,7 +372,7 @@ The three big reasons for why you want to avoid Akka FSM: So to explain this reasoning. With Akka FSM you can only model deterministic finite automata and this is going to lead to pain at -some point. Lets take a small sample: +some point. Small sample: ```scala when (Available) {