Skip to content

Commit 323e077

Browse files
committed
spelling by granvilleschmidt
1 parent 5913d04 commit 323e077

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class Euro : Currency {
168168
}
169169
}
170170

171-
class UnitedStatedDolar : Currency {
171+
class UnitedStatesDolar : Currency {
172172
func symbol() -> String {
173173
return "$"
174174
}
@@ -188,7 +188,7 @@ class CurrencyFactory {
188188
case .Spain, .France :
189189
return Euro()
190190
case .UnitedStates :
191-
return UnitedStatedDolar()
191+
return UnitedStatesDolar()
192192
default:
193193
return nil
194194
}

0 commit comments

Comments
 (0)