Skip to content

Commit

Permalink
Perfect documentations
Browse files Browse the repository at this point in the history
Signed-off-by: yuxiaobo <[email protected]>
  • Loading branch information
yuxiaobo96 committed Sep 30, 2019
1 parent 36cf5b6 commit 0cb7e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/archive/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ func getRecords(ctx context.Context, store content.Provider, desc ocispec.Descri
images.HandlerFunc(exportHandler),
)

// Walk sequentially since the number of fetchs is likely one and doing in
// Walk sequentially since the number of fetches is likely one and doing in
// parallel requires locking the export handler
if err := images.Walk(ctx, handlers, desc); err != nil {
return nil, err
Expand Down

0 comments on commit 0cb7e4d

Please sign in to comment.