Unnamed repository; edit this file 'description' to name the repository.
Fix typo in build.rs
buffet 2022-06-26
parent 5bb123d · commit 45b8960
-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};