Skip to content

Commit

Permalink
fix doc RemoveObjects example error (#1592)
Browse files Browse the repository at this point in the history
  • Loading branch information
fireqong authored Dec 1, 2021
1 parent e55f8d7 commit 0917518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ go func() {
if object.Err != nil {
log.Fatalln(object.Err)
}
objectsCh <- object.Key
objectsCh <- object
}
}()

Expand Down

0 comments on commit 0917518

Please sign in to comment.