Skip to content

Commit 77b8a65

Browse files
committed
Fixed typo.
1 parent 42773a5 commit 77b8a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UgSlider/Sources/UgSlider/main.page.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class Pic : EObject {
55
let url : String
66

77
init(_ filename:String) {
8-
self.url = "./assets/\(filename)"
8+
self.url = "./Assets/\(filename)"
99
}
1010

1111
}

0 commit comments

Comments
 (0)