Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'resources/page/pages_prev_next.go')
-rw-r--r--resources/page/pages_prev_next.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/page/pages_prev_next.go b/resources/page/pages_prev_next.go
index f30a55da5..753a3e415 100644
--- a/resources/page/pages_prev_next.go
+++ b/resources/page/pages_prev_next.go
@@ -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 {