summaryrefslogtreecommitdiff
path: root/pkg/util/camelcase/camelcase.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/util/camelcase/camelcase.go')
-rw-r--r--pkg/util/camelcase/camelcase.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/util/camelcase/camelcase.go b/pkg/util/camelcase/camelcase.go
index 0a82d1005..d27ac00d6 100644
--- a/pkg/util/camelcase/camelcase.go
+++ b/pkg/util/camelcase/camelcase.go
@@ -9,7 +9,7 @@ import (
// Split splits the camelcase word and returns a list of words. It also
// supports digits. Both lower camel case and upper camel case are supported.
-// For more info please check: http://en.wikipedia.org/wiki/CamelCase
+// For more info please check: https://en.wikipedia.org/wiki/CamelCase
//
// Examples
//