Fixed a function comment
This commit is contained in:
parent
ea5c06f3a7
commit
40ec650476
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue