You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fetching, loading and parsing of feeds can be made with a **dedicated** type, such as `RSSFeed`, `AtomFeed` and `JSONFeed`, or a **universal** type `Feed`.
36
+
Feed reading can be made with a **dedicated** type, such as `RSSFeed`, `AtomFeed` and `JSONFeed`, or a **universal** type `Feed`.
37
37
38
38
### Dedicated
39
39
40
-
When you know the type of feed to be parsed, use a dedicated type.
40
+
When you know the type of feed to be read, use a dedicated type.
0 commit comments