nagisa / rust_libloading

Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.
https://docs.rs/libloading
ISC License
1.24k stars 102 forks source link

Made the documentation more idiomatic and fixed some small grammatical errors #93

Closed w-henderson closed 3 years ago

w-henderson commented 3 years ago

I've found this library extremely useful in several projects and I'm very grateful for it. I have however found that, as a native English speaker, the documentation does not read particularly clearly in parts and there are some very minor grammatical errors. I have gone through all of the documentation and amended the grammar and phrasing in some places to improve the overall quality of the documentation and I hope this is useful to the project.

I found that there was quite a mix of American and British English spellings in the documentation (for example, "initialise" and "initialize" were used interchangeably). More of the spelling used British English so I chose to change the American spellings into the British ones to make the documentation more consistent. If you would like me to change them all to the American spellings that is equally fine so just let me know.

nagisa commented 3 years ago

Awesome. Much appreciated!

w-henderson commented 3 years ago

No problem, thanks for merging! I'm taking part in Hacktoberfest this year so if you don't mind could you tag this hacktoberfest-accepted? If not it's not a problem, I'm pleased to have been able to contribute to such a useful project.

nagisa commented 3 years ago

Done!