mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-01 22:42:45 +02:00
Correct typos in Go comments
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
17e60b77e1
commit
36ce3a4a9d
@@ -22,7 +22,7 @@ func (p Pages) Next(cur Page) Page {
|
||||
return p[x-1]
|
||||
}
|
||||
|
||||
// Prev returns the previous page reletive to the given
|
||||
// Prev returns the previous page relative to the given
|
||||
func (p Pages) Prev(cur Page) Page {
|
||||
x := searchPage(cur, p)
|
||||
|
||||
|
Reference in New Issue
Block a user