mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-03 20:37:34 +01:00
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
|
/// Provide the iconURL of the given URL
|
||||||
func iconURL(_ urlComponents: URLComponents, completion: @escaping (Result<String, Error>) -> Void)
|
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)
|
func metaData(_ urlComponents: URLComponents, completion: @escaping (Result<FeedProviderFeedMetaData, Error>) -> Void)
|
||||||
|
|
||||||
/// Refresh all the article entries (ParsedItems)
|
/// Refresh all the article entries (ParsedItems)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user