We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449cc3c commit 81dcd98Copy full SHA for 81dcd98
times/timetrie.go
@@ -243,7 +243,7 @@ var dateTimeTrie *strs.RuneTrie
243
var allTimezones map[string]bool
244
245
func init() {
246
- // These two initialization routes takes totally in order of 10s of milliseconds. See benchmark in test.
+ // These two initialization routes take in total at about 10s of milliseconds. See benchmark in test.
247
dateTimeTrie = initDateTimeTrie()
248
allTimezones = initTimezones()
249
}
0 commit comments