fixed typo

This commit is contained in:
pinpong
2016-11-30 21:28:01 +01:00
parent 606dc34c4b
commit 23ca1354e9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ public enum IotaUnits {
KILO_IOTA("Ki", 3),
MEGA_IOTA("Mi", 6),
GIGA_IOTA("Gi", 9),
TERRA_IOTA("Ti", 12),
TERA_IOTA("Ti", 12),
PETA_IOTA("Pi", 15);
private String unit;