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)
|
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 {
|
func isPagesProbablySorted(pages Pages, lessFuncs ...func(p1, p2 Page) bool) func(p1, p2 Page) bool {
|
||||||
n := len(pages)
|
n := len(pages)
|
||||||
step := 1
|
step := 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue