Skip to content

Commit d697a9f

Browse files
committed
Use conventional lable
1 parent 2493cb0 commit d697a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GateEngine/Resources/Geometry/Geometry.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ extension ResourceManager {
190190

191191
extension RawGeometry {
192192
@inlinable @_disfavoredOverload
193-
public init(_ path: GeoemetryPath, options: GeometryImporterOptions = .none) async throws(GateEngineError) {
193+
public init(as path: GeoemetryPath, options: GeometryImporterOptions = .none) async throws(GateEngineError) {
194194
try await self.init(path: path.value, options: options)
195195
}
196196
public init(path: String, options: GeometryImporterOptions = .none) async throws(GateEngineError) {

0 commit comments

Comments
 (0)