diff options
author | Henrik Nord <[email protected]> | 2015-09-30 13:26:37 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2015-09-30 13:26:37 +0200 |
commit | adad7350db249104a3012d3ea0cd6aab20a86cb6 (patch) | |
tree | 3c56a852873d4eb6dd87341ce0c327d3e31f9be9 /system | |
parent | c4a34c2cb397ef0db0798f3ea728d6aa0aa3c56a (diff) | |
parent | cd7fc3a2ad13ab82a365f3ce1b2a9687fe600fc2 (diff) | |
download | otp-adad7350db249104a3012d3ea0cd6aab20a86cb6.tar.gz otp-adad7350db249104a3012d3ea0cd6aab20a86cb6.tar.bz2 otp-adad7350db249104a3012d3ea0cd6aab20a86cb6.zip |
Merge branch 'entropiae/patch-1' into maint
* entropiae/patch-1:
Fixed typo in otp design principles
OTP-13017
Diffstat (limited to 'system')
-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> |