Fix typo in build.rs

This commit is contained in:
buffet 2022-06-26 10:09:45 +00:00
parent 5bb123d970
commit 45b896002a

View File

@ -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};