From: Alexey Grachov Date: Wed, 24 Jan 2018 09:24:21 +0000 (+0200) Subject: resource: Fix typo in comment X-Git-Tag: v0.35~39 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=912147ab896e69a450b7100c3d6bf81a7bf78b5a;p=brevno-suite%2Fhugo resource: Fix typo in comment --- diff --git a/resource/resource.go b/resource/resource.go index e31cb7ff..2e5c8011 100644 --- a/resource/resource.go +++ b/resource/resource.go @@ -112,7 +112,7 @@ Some examples: * To find one resource by its prefix in the root dir of the bundle: .GetMatch image* * To find all JPEG images anywhere in the bundle: .Match **.jpg` -// GetBySuffix gets the first resource matching the given filename prefix, e.g +// GetByPrefix gets the first resource matching the given filename prefix, e.g // "logo" will match logo.png. It returns nil of none found. // In potential ambiguous situations, combine it with ByType. func (r Resources) GetByPrefix(prefix string) Resource {