Skip to content

Commit 78b999f

Browse files
authored
docs(loader): fix "enouch" typo (#15414)
1 parent 6551e1b commit 78b999f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helix-loader/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fn main() {
4545
// we need to revparse because the git dir could be anywhere if you are
4646
// using detached worktrees but there is no good way to obtain an OsString
4747
// from command output so for now we can't accept non-utf8 paths here
48-
// probably rare enouch where it doesn't matter tough we could use gitoxide
48+
// probably rare enough where it doesn't matter tough we could use gitoxide
4949
// here but that would be make it a hard dependency and slow compile times
5050
let Some(git_dir): Option<String> = Command::new("git")
5151
.args(["rev-parse", "--git-dir"])

0 commit comments

Comments
 (0)