all: Fix comments for exported functions and packages

This commit is contained in:
Oleksandr Redko 2023-05-18 12:05:56 +03:00 committed by Bjørn Erik Pedersen
parent 24e7d0c174
commit 610cedaa61
24 changed files with 30 additions and 30 deletions

View file

@ -117,7 +117,7 @@ func UniqueStringsReuse(s []string) []string {
return result
}
// UniqueStringsReuse returns a sorted slice with any duplicates removed.
// UniqueStringsSorted returns a sorted slice with any duplicates removed.
// It will modify the input slice.
func UniqueStringsSorted(s []string) []string {
if len(s) == 0 {