Skip to content

Commit 4307c21

Browse files
committed
Currency symbol fix
1 parent d102091 commit 4307c21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BibliOS/Util/Definitions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class Currency {
4444
public static let tl = Currency(name: "Türk Lirası", code: "TL", symbol: "")
4545
public static let usd = Currency(name: "U.S. Dollar", code: "USD", symbol: "$")
4646
public static let gbp = Currency(name: "British Pound Sterling", code: "GBP", symbol: "£")
47-
public static let chf = Currency(name: "Confoederatio Helvatica Franc", code: "CHF", symbol: "CHf")
47+
public static let chf = Currency(name: "Confoederatio Helvatica Franc", code: "CHF", symbol: "CHF")
4848
public static let cfa = Currency(name: "West African CFA franc", code: "CFA", symbol: "CFA")
4949
public static let unknown = Currency(name: "Unknown", code: "UNKNOWN", symbol: "*")
5050

0 commit comments

Comments
 (0)