Skip to content

Commit

Permalink
Merge pull request akka#16240 from BPoserow/fix-fsm-timeout-docs-1554…
Browse files Browse the repository at this point in the history
…2-bposerow

+doc akka#15542 Change FSM doc rst file to correctly specify None value for ...
  • Loading branch information
ktoso committed Nov 7, 2014
2 parents c183989 + 95b737b commit 7e12ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akka-docs/rst/scala/fsm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Each FSM needs a starting point, which is declared using

The optionally given timeout argument overrides any specification given for the
desired initial state. If you want to cancel a default timeout, use
:obj:`Duration.Inf`.
:obj:`None`.

Unhandled Events
----------------
Expand Down

0 comments on commit 7e12ad4

Please sign in to comment.