Skip to content

Commit 009c832

Browse files
committed
Merge pull request #216 from waywalker/fix-typo
Fix a typo in ResourceGenerator.swift
2 parents b429495 + f4d90d5 commit 009c832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R.swift/Generators/ResourceGenerator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func generateResourceStructsWithResources(resources: Resources, bundleIdentifier
8686
}
8787

8888
let externalResourceStruct = Struct(
89-
comments: ["This `R` struct is code generateted, and contains references to static resources."],
89+
comments: ["This `R` struct is code generated, and contains references to static resources."],
9090
type: Type(module: .Host, name: "R"),
9191
implements: [],
9292
typealiasses: [],

0 commit comments

Comments
 (0)