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) {