resource: Fix Go Doc vs .Data.Integrity

This commit is contained in:
Bjørn Erik Pedersen 2023-01-07 10:58:34 +01:00
parent e402d91ee1
commit fbc3e08c64
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F

View file

@ -126,7 +126,7 @@ type ResourceParamsProvider interface {
type ResourceDataProvider interface {
// Resource specific data set by Hugo.
// One example would be.Data.Digest for fingerprinted resources.
// One example would be .Data.Integrity for fingerprinted resources.
Data() any
}