chore: fix typo

This commit is contained in:
Noah Hsu
2022-08-31 22:08:12 +08:00
parent b73dce33aa
commit d31faabc24
3 changed files with 5 additions and 5 deletions

View File

@ -9,8 +9,8 @@ import (
log "github.com/sirupsen/logrus"
)
// the param named path of functions in this package is a virtual path
// So, the purpose of this package is to convert virtual path to actual path
// the param named path of functions in this package is a mount path
// So, the purpose of this package is to convert mount path to actual path
// then pass the actual path to the op package
func List(ctx context.Context, path string, refresh ...bool) ([]model.Obj, error) {