diff options
| author | Brett Cannon <brettcannon@users.noreply.github.com> | 2015-04-15 15:56:01 -0400 |
|---|---|---|
| committer | Brett Cannon <brettcannon@users.noreply.github.com> | 2015-04-15 15:56:01 -0400 |
| commit | 9ce73d40d44fead1d490e4ea03c2a812f3ab9847 (patch) | |
| tree | d01719d00093d6942f793f1623a1ef61d2d37de6 | |
| parent | ce27d024ff16d297ce5e5bfb7cce11810e9c9b5e (diff) | |
| download | rust-9ce73d40d44fead1d490e4ea03c2a812f3ab9847.tar.gz rust-9ce73d40d44fead1d490e4ea03c2a812f3ab9847.zip | |
Grammar fix
"as an library" -> "as a library"
| -rw-r--r-- | src/doc/trpl/ffi.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/ffi.md b/src/doc/trpl/ffi.md index 23f6e17b860..2c5e6b2e5fc 100644 --- a/src/doc/trpl/ffi.md +++ b/src/doc/trpl/ffi.md @@ -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 |
