Skip to content

Commit dccb071

Browse files
paultyngappilon
andcommitted
Update helper/hashcode/hashcode.go
Co-authored-by: appilon <[email protected]>
1 parent 62e8895 commit dccb071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper/hashcode/hashcode.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func String(s string) int {
3030
// Strings hashes a list of strings to a unique hashcode.
3131
//
3232
// Deprecated: This will be removed in v2 without replacement. If you need
33-
// its functionality, you can copy it, use crc32 directory, or reference the
33+
// its functionality, you can copy it, import crc32 directly, or reference the
3434
// v1 package.
3535
func Strings(strings []string) string {
3636
var buf bytes.Buffer

0 commit comments

Comments
 (0)