Skip to content

Commit 32513ed

Browse files
committed
Change the type as discussed in follow-up to maplibre#47
1 parent b84df18 commit 32513ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/MapLibreSwiftDSL/Style Layers/Symbol.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import MapLibreSwiftMacros
1010
@MLNStyleProperty<UIColor>("textColor", supportsInterpolation: true)
1111
@MLNStyleProperty<Double>("textFontSize", supportsInterpolation: true)
1212
@MLNStyleProperty<String>("text", supportsInterpolation: false)
13-
@MLNStyleProperty<[String]?>("textFontNames", supportsInterpolation: false)
13+
@MLNStyleProperty<[String]>("textFontNames", supportsInterpolation: false)
1414
// An enum would probably be better?
1515
@MLNStyleProperty<String>("textAnchor", supportsInterpolation: false)
1616
@MLNStyleProperty<CGVector>("textOffset", supportsInterpolation: true)

0 commit comments

Comments
 (0)