mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-13 11:55:52 +00:00
Fix a typo in "February"
This commit is contained in:
parent
b277106ed5
commit
f71c9aabbb
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ struct Month: Equatable {
|
|||
static let all = (1 ... 12).map(Month.init(_:))
|
||||
|
||||
static let names = [
|
||||
"January", "Februrary", "March", "April",
|
||||
"January", "February", "March", "April",
|
||||
"May", "June", "July", "August",
|
||||
"September", "October", "November", "December"
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue