mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
hugolib: Fix spelling mistake
This commit is contained in:
parent
c31fa378c7
commit
dac34f9bfd
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ type PageSorter struct {
|
|||
// PageBy is a closure used in the Sort.Less method.
|
||||
type PageBy func(p1, p2 *Page) bool
|
||||
|
||||
// Sort stable sorts the pages given the receiver's sort oder.
|
||||
// Sort stable sorts the pages given the receiver's sort order.
|
||||
func (by PageBy) Sort(pages Pages) {
|
||||
ps := &PageSorter{
|
||||
pages: pages,
|
||||
|
|
Loading…
Reference in a new issue