Skip to content

Commit

Permalink
fix(docs): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed May 15, 2024
1 parent ce87934 commit f7eb70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magit-file-icons.el
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
sep cnt " "))

(defvar patched-functions '()
"The Magit functions to should be patched.")
"The Magit functions that should be patched.")

(when magit-file-icons-enable-diff-file-section-icons (add-to-list 'patched-functions 'magit-diff-insert-file-section))
(when magit-file-icons-enable-untracked-icons (add-to-list 'patched-functions 'magit-insert-untracked-files))
Expand Down

0 comments on commit f7eb70b

Please sign in to comment.