diff options
author | Riccardo <[email protected]> | 2015-09-23 10:20:20 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2015-09-25 11:05:35 +0200 |
commit | cd7fc3a2ad13ab82a365f3ce1b2a9687fe600fc2 (patch) | |
tree | 4ba835199164c8f705f274ce9e32e2ee22762092 /system/doc/design_principles | |
parent | 71501e4307e78805bda531c78352913d12e1dfc9 (diff) | |
download | otp-cd7fc3a2ad13ab82a365f3ce1b2a9687fe600fc2.tar.gz otp-cd7fc3a2ad13ab82a365f3ce1b2a9687fe600fc2.tar.bz2 otp-cd7fc3a2ad13ab82a365f3ce1b2a9687fe600fc2.zip |
Fixed typo in otp design principles
Diffstat (limited to 'system/doc/design_principles')
-rw-r--r-- | system/doc/design_principles/des_princ.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/design_principles/des_princ.xml b/system/doc/design_principles/des_princ.xml index ba67a49585..0e087cf843 100644 --- a/system/doc/design_principles/des_princ.xml +++ b/system/doc/design_principles/des_princ.xml @@ -183,7 +183,7 @@ handle_cast({free, Ch}, Chs) -> <item>The server name, in this example the atom <c>ch2</c>, is hidden from the users of the client functions. This means that the name can be changed without affecting them.</item> - <item>The protcol (messages sent to and received from the server) + <item>The protocol (messages sent to and received from the server) is also hidden. This is good programming practice and allows one to change the protocol without changing the code using the interface functions.</item> |