diff options
author | Bjørn Erik Pedersen <[email protected]> | 2022-04-21 10:59:13 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2022-04-27 23:53:56 +0200 |
commit | fa80fe3c8ab523846178f94fdc65c997d8eef10c (patch) | |
tree | 4266bc03b2f594ffdb10b87d7956d2ed956f4bec /hugolib | |
parent | 11047534e47f2f2c710a6f8504d7415ff27d6024 (diff) | |
download | hugo-fa80fe3c8ab523846178f94fdc65c997d8eef10c.tar.gz hugo-fa80fe3c8ab523846178f94fdc65c997d8eef10c.zip |
Some godoc adjustments and image struct renames
Diffstat (limited to 'hugolib')
-rw-r--r-- | hugolib/collections.go | 2 |
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) } |