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 f746d75 commit f5f2923Copy full SHA for f5f2923
Sources/DocCHTML/XMLNode+element.swift
@@ -18,7 +18,7 @@ extension XMLNode {
18
package static func element(
19
named name: String,
20
children: [XMLNode]? = nil,
21
- attributes: [String: String]? = nil,
+ attributes: [String: String]? = nil
22
) -> XMLElement {
23
let attributeNodes: [XMLNode]?
24
if let attributes, !attributes.isEmpty {
0 commit comments