diff options
author | Marcus Arendt <[email protected]> | 2014-11-24 11:45:53 +0100 |
---|---|---|
committer | Marcus Arendt <[email protected]> | 2014-11-24 11:45:53 +0100 |
commit | 09725c52dfbdcce5ebcf4e52f856f732c738b0d8 (patch) | |
tree | 0ce26399706528019235b67bdbb2c5103d46fb81 /lib | |
parent | cb372c96f3449cfca69e2737fa3d4503fa24444a (diff) | |
parent | 069fe15452aa33440aff5e770c169bd3612d7646 (diff) | |
download | otp-09725c52dfbdcce5ebcf4e52f856f732c738b0d8.tar.gz otp-09725c52dfbdcce5ebcf4e52f856f732c738b0d8.tar.bz2 otp-09725c52dfbdcce5ebcf4e52f856f732c738b0d8.zip |
Merge branch 'derek121/doc-spelling-grammar-fixes' into maint
* derek121/doc-spelling-grammar-fixes:
Fix spelling and grammar
Diffstat (limited to 'lib')
-rw-r--r-- | lib/stdlib/doc/src/io_protocol.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/io_protocol.xml b/lib/stdlib/doc/src/io_protocol.xml index d6da205f07..21da404c35 100644 --- a/lib/stdlib/doc/src/io_protocol.xml +++ b/lib/stdlib/doc/src/io_protocol.xml @@ -49,7 +49,7 @@ current I/O-protocol.</p> <p>The original I/O-protocol was simple and flexible. Demands for spacial and execution time efficiency has triggered extensions to the protocol over the years, making the protocol larger and somewhat less easy to -implement than the original. It can certainly be argumented that the +implement than the original. It can certainly be argued that the current protocol is too complex, but this text describes how it looks today, not how it should have looked.</p> |