Add a clarification comment

This commit is contained in:
Nate Weaver 2020-02-15 08:22:59 -06:00
parent ee48f4baba
commit b3f736f899

View File

@ -136,6 +136,7 @@ final class FaviconDownloader {
findFaviconURLs(with: url) { (faviconURLs) in
if let faviconURLs = faviconURLs {
// If the site explicitly specifies favicon.ico, it will appear twice.
self.currentHomePageHasOnlyFaviconICO = faviconURLs.count == 1
if let firstIconURL = faviconURLs.first {