mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
all: Fix minor typos
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
package page
|
||||
|
||||
// Next returns the next page reletive to the given
|
||||
// Next returns the next page relative to the given
|
||||
func (p Pages) Next(cur Page) Page {
|
||||
x := searchPage(cur, p)
|
||||
if x <= 0 {
|
||||
|
Reference in New Issue
Block a user