Skip to content

Commit 0244a33

Browse files
committed
wip
1 parent c1f30c4 commit 0244a33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/HTMLAttributes+PointFreeHTML/Internal/_HTMLAttributes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ extension HTML {
2424
}
2525

2626
@HTMLBuilder
27-
package func attribute<Attribute: BooleanAttribute>(
27+
package func attribute<Attribute: HTMLBooleanAttribute>(
2828
boolean value: Attribute?,
2929
) -> some HTML {
3030
self.attribute(Attribute.attribute, value == true)

0 commit comments

Comments
 (0)