Fix typo in xtask/src/main.rs.

This commit is contained in:
krk 2019-10-30 21:17:27 +01:00
parent 998088876d
commit 462c1b49c6

View file

@ -2,7 +2,7 @@
//!
//! This binary defines various auxiliary build commands, which are not
//! expressible with just `cargo`. Notably, it provides `cargo xtask codegen`
//! for code genetaiont and `cargo xtask install` for installation of
//! for code generation and `cargo xtask install` for installation of
//! rust-analyzer server and client.
//!
//! This binary is integrated into the `cargo` command line by using an alias in