Skip to content

Commit

Permalink
Merge pull request rust-lang#48 from tshepang/patch-2
Browse files Browse the repository at this point in the history
doc: small fixes
  • Loading branch information
alexcrichton authored Jul 28, 2016
2 parents 48d257d + 424bcaf commit 6a07a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
//! whereas all types in the `reader` module work on instances of `Reader`.
//!
//! Other various types are provided at the top-level of the crate for
//! mangement and dealing with encoders/decoders.
//! management and dealing with encoders/decoders.
//!
//! # Helper traits
//!
//! There are two helper traits, provided, `FlateReader` and `FlateWriter`.
//! There are two helper traits provided: `FlateReader` and `FlateWriter`.
//! These provide convenience methods for creating a decoder/encoder out of an
//! already existing stream to chain construction.

Expand Down

0 comments on commit 6a07a4b

Please sign in to comment.