mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-11 20:03:58 +02:00
all: Fix comments for exported functions and packages
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
24e7d0c174
commit
610cedaa61
@@ -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 {
|
||||
|
Reference in New Issue
Block a user