about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 292a7ad70ae..15935e2da8d 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};