diff options
author | Kim Shrier <[email protected]> | 2017-02-01 23:07:23 -0700 |
---|---|---|
committer | Kim Shrier <[email protected]> | 2017-02-01 23:07:23 -0700 |
commit | bbc16d5c48cb8657214a270f899cb37834d7d744 (patch) | |
tree | 10298fb30d5703d8f7f13ab495b198a2a493a362 /system/doc/design_principles/statem.xml | |
parent | 2896c966d9456721a0b9c11dbd8a14c474a3ace0 (diff) | |
download | otp-bbc16d5c48cb8657214a270f899cb37834d7d744.tar.gz otp-bbc16d5c48cb8657214a270f899cb37834d7d744.tar.bz2 otp-bbc16d5c48cb8657214a270f899cb37834d7d744.zip |
fix a few statem typos
Diffstat (limited to 'system/doc/design_principles/statem.xml')
-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[ |