| commit | 06b7e5f50606ecd49148a01a6008942d9b669217 | [log] [tgz] |
|---|---|---|
| author | Travis Yoder <trayoda@gmail.com> | Tue Nov 08 17:09:53 2016 -0700 |
| committer | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | Wed Nov 09 01:09:53 2016 +0100 |
| tree | 273015121de6dd04887eabf3b35faac56cab7a54 | |
| parent | 944579a3fcaa65a618594e80d3d5c249c34f24e7 [diff] |
Fix typo in RemoveAll code comment
diff --git a/afero.go b/afero.go index e3df3f4..f5b5e12 100644 --- a/afero.go +++ b/afero.go
@@ -77,7 +77,7 @@ // 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