Skip to content

Commit

Permalink
Update 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandru committed Jun 8, 2016
1 parent 0567161 commit 53978c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/5-actors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 53978c9

Please sign in to comment.