We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8d59d6 + 43d97f7 commit 9e04602Copy full SHA for 9e04602
Sources/Ignite/Modifiers/Attribute Modifiers/CoreAttributesModifier.swift
@@ -29,7 +29,7 @@ extension InlineElement {
29
/// - Parameter attributes: The CoreAttributes to merge with existing attributes
30
/// - Returns: The modified HTML element
31
/// - Note: Uses AttributeStore for persistent storage and merging
32
- func attribute(_ attributes: CoreAttributes) -> some InlineElement {
+ func attributes(_ attributes: CoreAttributes) -> some InlineElement {
33
AnyHTML(coreAttributesModifier(attributes))
34
}
35
0 commit comments