diff options
author | Raimo Niskanen <[email protected]> | 2016-04-15 10:09:54 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2016-04-18 12:14:41 +0200 |
commit | a2f3c685b5aeac798e12302cf8fe7df13184b669 (patch) | |
tree | da557e71612c6eb1990d9a95b4c35327dad74acd /lib/stdlib/doc | |
parent | 20b44db2843e280474a45665f2584f9130eb686b (diff) | |
download | otp-a2f3c685b5aeac798e12302cf8fe7df13184b669.tar.gz otp-a2f3c685b5aeac798e12302cf8fe7df13184b669.tar.bz2 otp-a2f3c685b5aeac798e12302cf8fe7df13184b669.zip |
Introduce corrections from Fred Hebert and Ingela
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r-- | lib/stdlib/doc/src/gen_statem.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/gen_statem.xml b/lib/stdlib/doc/src/gen_statem.xml index bd70c4c37e..c21398d64d 100644 --- a/lib/stdlib/doc/src/gen_statem.xml +++ b/lib/stdlib/doc/src/gen_statem.xml @@ -45,7 +45,7 @@ using this module will have a standard set of interface functions and include functionality for tracing and error reporting. It will also fit into an OTP supervision tree. Refer to - <seealso marker="doc/design_principles:gen_server_concepts"> + <seealso marker="doc/design_principles:statem"> OTP Design Principles </seealso> for more information. |