Skip to content

Commit 22d03c5

Browse files
committed
fix typo
1 parent a45010d commit 22d03c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fromto.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function get_rates_dict(; url="https://www.ecb.europa.eu/stats/eurofxref/eurofxr
1818
end
1919
d[""] = d["EUR"]
2020
d["£"] = d["GBP"]
21-
d["¥"] = d["JYP"]
21+
d["¥"] = d["JPY"]
2222
d
2323
end
2424

0 commit comments

Comments
 (0)