mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
hugolib: Fix godoc comment
This commit is contained in:
parent
c915d0d325
commit
e03eb90a36
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ func (s SourceFilesystems) IsData(filename string) bool {
|
|||
return s.Data.Contains(filename)
|
||||
}
|
||||
|
||||
// IsAsset returns true if the given filename is a member of the data filesystem.
|
||||
// IsAsset returns true if the given filename is a member of the asset filesystem.
|
||||
func (s SourceFilesystems) IsAsset(filename string) bool {
|
||||
return s.Assets.Contains(filename)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue