Skip to content

Commit 1deec99

Browse files
bepCopilot
andcommitted
Update tpl/reflect/reflect.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b7bb557 commit 1deec99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tpl/reflect/reflect.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func (ns *Namespace) IsSite(v any) bool {
5656
return ok
5757
}
5858

59-
// IsImageResource reports whether v is an Hugo Image Resource.
59+
// IsImageResource reports whether v is a Hugo Image Resource.
6060
// If this returns true, you may process it and get information about its width, height, etc.
6161
func (ns *Namespace) IsImageResource(v any) bool {
6262
return resources.IsImage(v)

0 commit comments

Comments
 (0)