Michael-F-Bryan / rust-ffi-guide

A guide for doing FFI using Rust
https://michael-f-bryan.github.io/rust-ffi-guide/
Creative Commons Zero v1.0 Universal
282 stars 18 forks source link

Fix typos and improve grammar #36

Closed gurgalex closed 7 years ago

gurgalex commented 7 years ago

Closes #19 Fixes "recieving" typos Change instances of "lets" that should be "let's"

Michael-F-Bryan commented 7 years ago

Oops, I didn't notice I spelled recieving wrong there! I'm assuming what happened is I misspelled it wrong the first time then vim learned that word and tab-completed to the wrong spelling from then on.

These are fairly small changes, so I think it's alright to merge them directly instead of doing an empty GitHub review.