From 462c1b49c652b1fb271e6243f3feee13e4ea8880 Mon Sep 17 00:00:00 2001 From: krk Date: Wed, 30 Oct 2019 21:17:27 +0100 Subject: Fix typo in xtask/src/main.rs. --- xtask/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtask/src/main.rs b/xtask/src/main.rs index abcbf7129..e04e45f15 100644 --- a/xtask/src/main.rs +++ b/xtask/src/main.rs @@ -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 -- cgit v1.2.3