Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
Close #1586
  • Loading branch information
olivere committed Mar 19, 2022
1 parent 53dffb0 commit 7ca4227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delete_by_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func (s *DeleteByQueryService) AbortOnVersionConflict() *DeleteByQueryService {
return s
}

// ProceedOnVersionConflict aborts the request on version conflicts.
// ProceedOnVersionConflict proceeds the request on version conflicts.
// It is an alias to setting Conflicts("proceed").
func (s *DeleteByQueryService) ProceedOnVersionConflict() *DeleteByQueryService {
s.conflicts = "proceed"
Expand Down

0 comments on commit 7ca4227

Please sign in to comment.