Skip to content

Commit 9ce73d4

Browse files
committed
Grammar fix
"as an library" -> "as a library"
1 parent ce27d02 commit 9ce73d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/ffi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ pub fn uncompress(src: &[u8]) -> Option<Vec<u8>> {
166166
}
167167
```
168168

169-
For reference, the examples used here are also available as an [library on
169+
For reference, the examples used here are also available as a [library on
170170
GitHub](https://github.com/thestinger/rust-snappy).
171171

172172
# Destructors

0 commit comments

Comments
 (0)