mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
resources/page: Fix GoDoc comment
This commit is contained in:
parent
c837f36ab4
commit
27414d43a0
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ func searchPageBinary(p Page, pages Pages, less func(p1, p2 Page) bool) int {
|
|||
return searchPageLinear(p, pages, i)
|
||||
}
|
||||
|
||||
// isProbablySorted tests if the pages slice is probably sorted.
|
||||
// isPagesProbablySorted tests if the pages slice is probably sorted.
|
||||
func isPagesProbablySorted(pages Pages, lessFuncs ...func(p1, p2 Page) bool) func(p1, p2 Page) bool {
|
||||
n := len(pages)
|
||||
step := 1
|
||||
|
|
Loading…
Reference in a new issue