summaryrefslogtreecommitdiffstats
path: root/hugolib
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib')
-rw-r--r--hugolib/collections.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/collections.go b/hugolib/collections.go
index 933f7dadc..898d2ba12 100644
--- a/hugolib/collections.go
+++ b/hugolib/collections.go
@@ -27,7 +27,7 @@ var (
// here as it makes it easier to get an idea of "type coverage". These
// implementations have no value on their own.
-// Slice is not meant to be used externally. It's a bridge function
+// Slice is for internal use.
func (p *pageState) Slice(items any) (any, error) {
return page.ToPages(items)
}