Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #12638 - buffet:fix-typo, r=flodiebold
Fix typo in build.rs
bors 2022-06-26
parent 5bb123d · parent 45b8960 · commit b74e96f
-rw-r--r--crates/rust-analyzer/build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rust-analyzer/build.rs b/crates/rust-analyzer/build.rs
index 292a7ad70a..15935e2da8 100644
--- a/crates/rust-analyzer/build.rs
+++ b/crates/rust-analyzer/build.rs
@@ -1,4 +1,4 @@
-//! Construct version in the `commit-hash date chanel` format
+//! Construct version in the `commit-hash date channel` format
use std::{env, path::PathBuf, process::Command};