mirror of https://github.com/spf13/afero.git
Fix typo in RemoveAll code comment
This commit is contained in:
parent
944579a3fc
commit
06b7e5f506
2
afero.go
2
afero.go
|
@ -77,7 +77,7 @@ type Fs interface {
|
|||
// happens.
|
||||
Remove(name string) error
|
||||
|
||||
// RemoveAll removes a directory path and all any children it contains. It
|
||||
// RemoveAll removes a directory path and any children it contains. It
|
||||
// does not fail if the path does not exist (return nil).
|
||||
RemoveAll(path string) error
|
||||
|
||||
|
|
Loading…
Reference in New Issue