From cc6b4ab3264d8f7f8488ebfeb5ec94339fc2e1c2 Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Mon, 14 Aug 2017 15:37:12 +0200 Subject: system: Fix broken doc links to gen_fsm design princ --- system/doc/design_principles/statem.xml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'system/doc/design_principles/statem.xml') diff --git a/system/doc/design_principles/statem.xml b/system/doc/design_principles/statem.xml index 7febe31df3..a0611a46da 100644 --- a/system/doc/design_principles/statem.xml +++ b/system/doc/design_principles/statem.xml @@ -410,14 +410,6 @@ StateName(EventType, EventContent, Data) ->
Example -

- This example starts off as equivalent to the example in section - gen_fsm Behavior. - In later sections, additions and tweaks are made - using features in gen_statem that gen_fsm does not have. - The end of this chapter provides the example again - with all the added features. -

A door with a code lock can be seen as a state machine. Initially, the door is locked. When someone presses a button, -- cgit v1.2.3