diff options
author | Sina Samavati <[email protected]> | 2014-11-10 16:01:53 +0330 |
---|---|---|
committer | Sina Samavati <[email protected]> | 2014-11-10 16:01:53 +0330 |
commit | 3b7508f6e75fd304736145528b53652f839a9b46 (patch) | |
tree | 399231ee8bedf495ae1ae0af43f0fc40bb87640a /erts/doc | |
parent | 983a39ab079c9f825d31cfe349588a76824d8ef2 (diff) | |
download | otp-3b7508f6e75fd304736145528b53652f839a9b46.tar.gz otp-3b7508f6e75fd304736145528b53652f839a9b46.tar.bz2 otp-3b7508f6e75fd304736145528b53652f839a9b46.zip |
Fix a typo in the zlib documentation
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/zlib.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/zlib.xml b/erts/doc/src/zlib.xml index 11a7437f5a..da8ccdecdf 100644 --- a/erts/doc/src/zlib.xml +++ b/erts/doc/src/zlib.xml @@ -302,7 +302,7 @@ list_to_binary([B1,B2])</pre> <fsummary>Decompress data</fsummary> <desc> <p><c>inflate/2</c> decompresses as much data as possible. - It may some introduce some output latency (reading + It may introduce some output latency (reading input without producing any output).</p> <p>If a preset dictionary is needed at this point (see <c>inflateSetDictionary</c> below), <c>inflate/2</c> throws a |