Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 3f2975a

Browse files
committed
Fix compile error by fixing capitalization
1 parent 825c0df commit 3f2975a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/Core/FileResource.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public extension FileResourceType {
3636
- returns: The file URL for this resource or nil if the file could not be located.
3737
*/
3838
func url() -> NSURL? {
39-
return bundle?.urlForResource(self)
39+
return bundle?.URLForResource(self)
4040
}
4141
}
4242

0 commit comments

Comments
 (0)