Rollup merge of #24476 - brettcannon:patch-3, r=steveklabnik

"as an library" -> "as a library"
This commit is contained in:
Steve Klabnik 2015-04-15 17:26:09 -04:00
commit 438011dc48
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ pub fn uncompress(src: &[u8]) -> Option<Vec<u8>> {
}
```
For reference, the examples used here are also available as an [library on
For reference, the examples used here are also available as a [library on
GitHub](https://github.com/thestinger/rust-snappy).
# Destructors