mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-26 22:04:32 +02:00
all: Fix comments for exported functions and packages
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
24e7d0c174
commit
610cedaa61
@@ -57,7 +57,7 @@ func (c *PageCollections) AllPages() page.Pages {
|
||||
return c.allPages.get()
|
||||
}
|
||||
|
||||
// AllPages returns all regular pages for all languages.
|
||||
// AllRegularPages returns all regular pages for all languages.
|
||||
func (c *PageCollections) AllRegularPages() page.Pages {
|
||||
return c.allRegularPages.get()
|
||||
}
|
||||
|
Reference in New Issue
Block a user