We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751fa5e commit c997b65Copy full SHA for c997b65
Sources/FeedKit/Feeds/RSS/RSSFeedCategory.swift
@@ -40,4 +40,4 @@ public struct RSSFeedCategoryAttributes: Codable, Equatable, Hashable, Sendable
40
41
/// The category of `<channel>`. Identifies a category or tag to which the feed
42
/// belongs.
43
-public typealias RSSFeedCategory = XMLAttributesElement<RSSFeedCategoryAttributes>
+public typealias RSSFeedCategory = XMLKit.XMLElement<RSSFeedCategoryAttributes>
0 commit comments