mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
hugolib: Fix godoc comment
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
c915d0d325
commit
e03eb90a36
@@ -183,7 +183,7 @@ func (s SourceFilesystems) IsData(filename string) bool {
|
|||||||
return s.Data.Contains(filename)
|
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 {
|
func (s SourceFilesystems) IsAsset(filename string) bool {
|
||||||
return s.Assets.Contains(filename)
|
return s.Assets.Contains(filename)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user