Skip to content

Commit 81dcd98

Browse files
committed
comments
1 parent 449cc3c commit 81dcd98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

times/timetrie.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ var dateTimeTrie *strs.RuneTrie
243243
var allTimezones map[string]bool
244244

245245
func init() {
246-
// These two initialization routes takes totally in order of 10s of milliseconds. See benchmark in test.
246+
// These two initialization routes take in total at about 10s of milliseconds. See benchmark in test.
247247
dateTimeTrie = initDateTimeTrie()
248248
allTimezones = initTimezones()
249249
}

0 commit comments

Comments
 (0)