Skip to content

Commit

Permalink
change docs
Browse files Browse the repository at this point in the history
  • Loading branch information
younatics committed Sep 12, 2017
1 parent f243797 commit c0edaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MediaBrowser/UIImageExtension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import Foundation

public extension UIImage {
/// Get bundle Image or retuen nil when it is not exist
/// Get bundle Image or return nil when it is not exist
class func imageForResourcePath(name: String, inBundle: Bundle) -> UIImage? {
return UIImage(named: name, in: inBundle, compatibleWith: nil)
}
Expand Down

0 comments on commit c0edaa4

Please sign in to comment.