Skip to content

Commit c997b65

Browse files
committed
Expose text property for the category element #178
1 parent 751fa5e commit c997b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FeedKit/Feeds/RSS/RSSFeedCategory.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ public struct RSSFeedCategoryAttributes: Codable, Equatable, Hashable, Sendable
4040

4141
/// The category of `<channel>`. Identifies a category or tag to which the feed
4242
/// belongs.
43-
public typealias RSSFeedCategory = XMLAttributesElement<RSSFeedCategoryAttributes>
43+
public typealias RSSFeedCategory = XMLKit.XMLElement<RSSFeedCategoryAttributes>

0 commit comments

Comments
 (0)