fixed comment

This commit is contained in:
Gani Georgiev
2023-10-04 01:27:50 +03:00
parent 632ade795f
commit 9997223923
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ func (r *Registry) LoadString(text string) *Renderer {
return found
}
// LoadString caches (if not already) the specified fs and globPatterns
// LoadFS caches (if not already) the specified fs and globPatterns
// pair as single template and returns a ready to use Renderer instance.
//
// There must be at least 1 file matching the provided globPattern(s)