rust-lang / rust-by-example

Learn Rust with examples (Live code editor included)
https://doc.rust-lang.org/stable/rust-by-example/
Apache License 2.0
7.09k stars 1.35k forks source link

Spellchecking #1264

Open funkill opened 5 years ago

funkill commented 5 years ago

Maybe copy and adapt to this book spellchecking from TRPL?

funkill commented 5 years ago

As a variant - use one script for TRPL, Async Book and Rust by Example and project-related dictionaries

adamchalmers commented 5 years ago

That would be great. A RBE-specific script would be easiest to get started now, and then we could talk to the other Rust projects about having a shared spellcheck mechanism between all our repos.

funkill commented 5 years ago

TRPL already has project-agnostic script. This script require only aspell and aspell-en packages and project-related dictionary. We can ask maintainers of all books about sharing script from TRPL and use shared script.

@marioidival @carols10cents @cramertj