diff options
author | Alexander Zhuravlev <[email protected]> | 2014-01-03 23:01:58 +0300 |
---|---|---|
committer | Alexander Zhuravlev <[email protected]> | 2014-01-03 23:01:58 +0300 |
commit | 897a3c30982ce7f7f35dc2982a9e6e752a86168a (patch) | |
tree | f9dcf7de5624190cf2fb315016cb808d58e7cfb9 /system/doc | |
parent | 25237481ccccd3ddfa74582dc267632ad618ba30 (diff) | |
download | otp-897a3c30982ce7f7f35dc2982a9e6e752a86168a.tar.gz otp-897a3c30982ce7f7f35dc2982a9e6e752a86168a.tar.bz2 otp-897a3c30982ce7f7f35dc2982a9e6e752a86168a.zip |
Typo fix
Corrected a link to gen_fsm behaviour description.
Diffstat (limited to 'system/doc')
-rw-r--r-- | system/doc/design_principles/spec_proc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/design_principles/spec_proc.xml b/system/doc/design_principles/spec_proc.xml index f00de71a4c..b2f19eb695 100644 --- a/system/doc/design_principles/spec_proc.xml +++ b/system/doc/design_principles/spec_proc.xml @@ -43,7 +43,7 @@ <p>The module <c>sys</c> contains some functions for simple debugging of processes implemented using behaviours. We use the <c>code_lock</c> example from - the <seealso marker="fsm#ex">gen_event</seealso> chapter to + the <seealso marker="fsm#ex">gen_fsm</seealso> chapter to illustrate this:</p> <pre> % <input>erl</input> |