From 9ce73d40d44fead1d490e4ea03c2a812f3ab9847 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 15 Apr 2015 15:56:01 -0400 Subject: [PATCH] Grammar fix "as an library" -> "as a library" --- src/doc/trpl/ffi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> { } ``` -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