diff options
author | Stephan Renatus <[email protected]> | 2017-10-05 10:12:48 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-10-05 10:12:48 +0200 |
commit | 03eee4c7c9ec4f95a1fc9f5971d85efd44d84752 (patch) | |
tree | 32875a03791bb8cb7cef0de78b6536fd6c717863 /system | |
parent | b6c52ec1a344d7ee42b10feddb10c1d03b3a7c27 (diff) | |
download | otp-03eee4c7c9ec4f95a1fc9f5971d85efd44d84752.tar.gz otp-03eee4c7c9ec4f95a1fc9f5971d85efd44d84752.tar.bz2 otp-03eee4c7c9ec4f95a1fc9f5971d85efd44d84752.zip |
typo in OTP Design Principles
Diffstat (limited to 'system')
-rw-r--r-- | system/doc/design_principles/gen_server_concepts.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/design_principles/gen_server_concepts.xml b/system/doc/design_principles/gen_server_concepts.xml index c1b98189d5..3a1f876646 100644 --- a/system/doc/design_principles/gen_server_concepts.xml +++ b/system/doc/design_principles/gen_server_concepts.xml @@ -32,7 +32,7 @@ <marker id="gen_server"></marker> <p>This section is to be read with the <seealso marker="stdlib:gen_server">gen_server(3)</seealso> - manual page in <c>stdblib</c>, where all interface functions and + manual page in <c>stdlib</c>, where all interface functions and callback functions are described in detail.</p> <section> |