improve sentence
Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/43930410 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/43930410 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/43930410 Branch: refs/heads/master Commit: 43930410d6c159a09c48939b431d404b913d54bb Parents: 3bf5ef1 Author: Stefan Bodewig <bode...@apache.org> Authored: Sat Feb 4 16:56:18 2017 +0100 Committer: Stefan Bodewig <bode...@apache.org> Committed: Sat Feb 4 16:56:18 2017 +0100 ---------------------------------------------------------------------- src/site/xdoc/examples.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/43930410/src/site/xdoc/examples.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/examples.xml b/src/site/xdoc/examples.xml index 59fc851..002e9a7 100644 --- a/src/site/xdoc/examples.xml +++ b/src/site/xdoc/examples.xml @@ -385,8 +385,8 @@ LOOP UNTIL entry.getSize() HAS BEEN READ { <p>Note that <code>BZipCompressorOutputStream</code> keeps hold of some big data structures in memory. While it is - true recommended for any stream that you close it as soon as - you no longer needed, this is even more important + recommended for <em>any</em> stream that you close it as soon as + you no longer need it, this is even more important for <code>BZipCompressorOutputStream</code>.</p> <p>Uncompressing a given bzip2 compressed file (you would