Fixed a function comment

This commit is contained in:
Maurice Parker 2020-05-07 19:07:29 -05:00
parent ea5c06f3a7
commit 40ec650476
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public protocol FeedProvider {
/// Provide the iconURL of the given URL
func iconURL(_ urlComponents: URLComponents, completion: @escaping (Result<String, Error>) -> Void)
/// Construct a Name for the new feed
/// Construct the associated metadata for the new feed
func metaData(_ urlComponents: URLComponents, completion: @escaping (Result<FeedProviderFeedMetaData, Error>) -> Void)
/// Refresh all the article entries (ParsedItems)