Skip to content

Commit 438011d

Browse files
committed
Rollup merge of #24476 - brettcannon:patch-3, r=steveklabnik
"as an library" -> "as a library"
2 parents ff7c991 + 9ce73d4 commit 438011d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/ffi.md

Lines changed: 1 addition & 1 deletion
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)