mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
chore: remove duplicate word in comments
Signed-off-by: Abirdcfly <fp544037857@gmail.com>
This commit is contained in:
@ -44,7 +44,7 @@ func (f *File) Names() []string {
|
||||
return result
|
||||
}
|
||||
|
||||
// returns true if the file names are the same or if a a file rename includes the filename of the other
|
||||
// returns true if the file names are the same or if a file rename includes the filename of the other
|
||||
func (f *File) Matches(f2 *File) bool {
|
||||
return utils.StringArraysOverlap(f.Names(), f2.Names())
|
||||
}
|
||||
|
Reference in New Issue
Block a user