Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 1713392

Browse files
committed
Update comment
1 parent aece767 commit 1713392

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/humanize/humanize.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func splitLocale(locale string) (string, string) {
5353
}
5454

5555
// GetLocale returns the current locale as defined in IETF BCP 47 (e.g. "en-US").
56-
// The envvar is provided this is checked first, before the platform-specific defaults.
56+
// The envvar provided is checked first (eg LC_TIME), before the platform-specific defaults.
5757
func getLocale(envvar string) string {
5858
userLocale := "en-US" // default language-REGION
5959
// First try looking up envar directly

0 commit comments

Comments
 (0)