From 1deec99bba2a6b7be42b9e2623fa25d1e5a6955b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 27 Dec 2025 18:36:30 +0100 Subject: [PATCH] Update tpl/reflect/reflect.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- tpl/reflect/reflect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpl/reflect/reflect.go b/tpl/reflect/reflect.go index 73f0b18b2..d5e6ed483 100644 --- a/tpl/reflect/reflect.go +++ b/tpl/reflect/reflect.go @@ -56,7 +56,7 @@ func (ns *Namespace) IsSite(v any) bool { return ok } -// IsImageResource reports whether v is an Hugo Image Resource. +// IsImageResource reports whether v is a Hugo Image Resource. // If this returns true, you may process it and get information about its width, height, etc. func (ns *Namespace) IsImageResource(v any) bool { return resources.IsImage(v) -- 2.39.5