diff options
author | Björn-Egil Dahlberg <[email protected]> | 2017-02-03 11:24:43 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2017-02-03 11:24:43 +0100 |
commit | 24dc54fdb810fa29c13b7bd4d38c8d940b939cdc (patch) | |
tree | ea33f074c09d9787da6c54a9f63442949de341da /system | |
parent | cdeca7938c9a2cbad2575065aca3f79e2a16addd (diff) | |
parent | 7f9c13babffd3698b6e65c6bccb4b053023b972c (diff) | |
download | otp-24dc54fdb810fa29c13b7bd4d38c8d940b939cdc.tar.gz otp-24dc54fdb810fa29c13b7bd4d38c8d940b939cdc.tar.bz2 otp-24dc54fdb810fa29c13b7bd4d38c8d940b939cdc.zip |
Merge branch 'maint'
Diffstat (limited to 'system')
-rw-r--r-- | system/doc/design_principles/statem.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/doc/design_principles/statem.xml b/system/doc/design_principles/statem.xml index f627145f9f..d08ddd0036 100644 --- a/system/doc/design_principles/statem.xml +++ b/system/doc/design_principles/statem.xml @@ -130,7 +130,7 @@ handle_event(EventType, EventContent, State, Data) -> {next_state, NewState, NewData} </pre> <p> - Se section + See section <seealso marker="#One Event Handler">One Event Handler</seealso> for an example. </p> @@ -887,7 +887,7 @@ stop() -> </p> <p> This type of time-out is useful to for example act on inactivity. - Let us start restart the code sequence + Let us restart the code sequence if no button is pressed for say 30 seconds: </p> <code type="erl"><![CDATA[ |