diff options
author | Hans Bolinder <[email protected]> | 2017-10-20 12:07:35 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-10-20 12:07:35 +0200 |
commit | 3ea750a53874d61ef7d4d806656ca63c7759a8a4 (patch) | |
tree | fe408c8bf6a17f4623fce6a0058ad1124fbb8a3d /system | |
parent | 1111a4983671923a95d3d98f5a07924f7243a09a (diff) | |
parent | 03eee4c7c9ec4f95a1fc9f5971d85efd44d84752 (diff) | |
download | otp-3ea750a53874d61ef7d4d806656ca63c7759a8a4.tar.gz otp-3ea750a53874d61ef7d4d806656ca63c7759a8a4.tar.bz2 otp-3ea750a53874d61ef7d4d806656ca63c7759a8a4.zip |
Merge pull request #1593 from srenatus/patch-1
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> |