Skip to content

Commit b465436

Browse files
committed
Make Feed FeedInitializable
1 parent e52fdb7 commit b465436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/FeedKit/Feed.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ public enum Feed {
7979
case json(JSONFeed)
8080
}
8181

82-
// MARK: - Initialization
82+
// MARK: - FeedInitializable
8383

84-
extension Feed {
84+
extension Feed: FeedInitializable {
8585
/// Initializes a `Feed` by parsing content from the specified URL string.
8686
///
8787
/// - Parameter urlString: A valid URL string pointing to a feed.

0 commit comments

Comments
 (0)