Skip to content

Commit

Permalink
adding missing close of tuple (ERL-410)
Browse files Browse the repository at this point in the history
  • Loading branch information
batok committed Apr 27, 2017
1 parent d91ceb2 commit 4fb06d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/doc/design_principles/statem.xml
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ locked(
[Digit] ->
do_unlock(),
{next_state, open, Data#{remaining := Code},
[{state_timeout,10000,lock}];
[{state_timeout,10000,lock}]};
[Digit|Rest] -> % Incomplete
{next_state, locked, Data#{remaining := Rest}};
_Wrong ->
Expand Down

0 comments on commit 4fb06d6

Please sign in to comment.