We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e222e3 commit 41f29ffCopy full SHA for 41f29ff
Sources/SGML/Attributes/AttributeStore.swift
@@ -70,7 +70,7 @@ public struct AttributeStore: Sendable {
70
}
71
72
public func get(
73
- name: String,
+ name: String
74
) -> String? {
75
storage[name]?.compactMap { $0 }.sorted().joined(separator: " ")
76
Sources/SGML/Traits/Attributes.swift
@@ -129,7 +129,7 @@ extension Attributes where Self: Mutable {
129
// MARK: - get
130
131
public func getAttribute(
132
133
134
attributes.get(name: name)
135
0 commit comments