Skip to content

Commit

Permalink
Update - Fixed typo ProjectNavigatorMenu.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoLarranaga authored Sep 5, 2024
1 parent 487ce5b commit 60ea04a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ final class ProjectNavigatorMenu: NSMenu {

// Extreme use case: Returns true for empty files.
// E.g. The user hasn't typed anything on it, yet.
// This used for files like .env, .gitignore or files that lack an extension.
// This is used for files like .env, .gitignore or files that lack an extension.
if fileData.isEmpty {
return true
}
Expand Down

0 comments on commit 60ea04a

Please sign in to comment.