mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
all: Fix comments for exported functions and packages
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
24e7d0c174
commit
610cedaa61
2
deps/deps.go
vendored
2
deps/deps.go
vendored
@@ -231,7 +231,7 @@ type globalErrHandler struct {
|
||||
quit chan struct{}
|
||||
}
|
||||
|
||||
// SendErr sends the error on a channel to be handled later.
|
||||
// SendError sends the error on a channel to be handled later.
|
||||
// This can be used in situations where returning and aborting the current
|
||||
// operation isn't practical.
|
||||
func (e *globalErrHandler) SendError(err error) {
|
||||
|
Reference in New Issue
Block a user