common: Fix some GoDoc typos

This commit is contained in:
wangjingcun
2024-11-19 18:29:19 +08:00
committed by GitHub
parent 2d4c0c6c8d
commit 8fcd3c1487
2 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ const (
ResourceTransformationFingerprint = "fingerprint"
)
// IsResourceTransformationLinkChange returns whether the given name is a resource transformation that changes the permalink based on the content.
// IsResourceTransformationPermalinkHash returns whether the given name is a resource transformation that changes the permalink based on the content.
func IsResourceTransformationPermalinkHash(name string) bool {
return name == ResourceTransformationFingerprint
}