Skip to content

Commit

Permalink
expose _RenderingContext.emptyContext (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
alephao authored Sep 26, 2024
1 parent 5ed7c2d commit 5994b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Elementary/Core/CoreModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ extension Never: HTMLTagDefinition {
public struct _RenderingContext {
var attributes: AttributeStorage

static var emptyContext: Self { Self(attributes: .none) }
public static var emptyContext: Self { Self(attributes: .none) }
}

// TODO: think about this interface... seems not ideal
Expand Down

0 comments on commit 5994b0c

Please sign in to comment.