Skip to content

Commit 27414d4

Browse files
author
George Ma
authored
resources/page: Fix GoDoc comment
1 parent c837f36 commit 27414d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/page/pages_sort_search.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func searchPageBinary(p Page, pages Pages, less func(p1, p2 Page) bool) int {
7171
return searchPageLinear(p, pages, i)
7272
}
7373

74-
// isProbablySorted tests if the pages slice is probably sorted.
74+
// isPagesProbablySorted tests if the pages slice is probably sorted.
7575
func isPagesProbablySorted(pages Pages, lessFuncs ...func(p1, p2 Page) bool) func(p1, p2 Page) bool {
7676
n := len(pages)
7777
step := 1

0 commit comments

Comments
 (0)