From bc1a5545bc8d5237552981ea9e45c32d9233bd56 Mon Sep 17 00:00:00 2001 From: frostyfab <140175283+frostyfab@users.noreply.github.com> Date: Fri, 4 Jul 2025 22:49:18 +0200 Subject: [PATCH] fix: fix typo in status.rb --- lib/git/status.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/git/status.rb b/lib/git/status.rb index c18f23c2..544f861a 100644 --- a/lib/git/status.rb +++ b/lib/git/status.rb @@ -90,7 +90,7 @@ def untracked end # - # Determines whether the given file has is tracked by git. + # Determines whether the given file is tracked by git. # File path starts at git base directory # # @param file [String] The name of the file.