Grammar fix

"as an library" -> "as a library"
This commit is contained in:
Brett Cannon 2015-04-15 15:56:01 -04:00
parent ce27d024ff
commit 9ce73d40d4

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