From 78b999f11eb67de3ed4cd9946ad71fc00b8737c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Fern=C3=A1ndez=20Serrata?= <76864299+Rudxain@users.noreply.github.com> Date: Tue, 10 Mar 2026 16:11:42 -0400 Subject: [PATCH] docs(loader): fix "enouch" typo (#15414) --- helix-loader/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-loader/build.rs b/helix-loader/build.rs index 22f2fa8f..b954dfc6 100644 --- a/helix-loader/build.rs +++ b/helix-loader/build.rs @@ -45,7 +45,7 @@ fn main() { // we need to revparse because the git dir could be anywhere if you are // using detached worktrees but there is no good way to obtain an OsString // from command output so for now we can't accept non-utf8 paths here - // probably rare enouch where it doesn't matter tough we could use gitoxide + // probably rare enough where it doesn't matter tough we could use gitoxide // here but that would be make it a hard dependency and slow compile times let Some(git_dir): Option = Command::new("git") .args(["rev-parse", "--git-dir"]) -- 2.51.2