Skip to content

Commit

Permalink
Fix typo in deleteExternalResources comment
Browse files Browse the repository at this point in the history
Signed-off-by: Nir <niry@redhat.com>
  • Loading branch information
n1r1 committed Jun 21, 2020
1 parent 2ce4740 commit 592363a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func (r *Reconciler) deleteExternalResources(cronJob *batch.CronJob) error {
// delete any external resources associated with the cronJob
//
// Ensure that delete implementation is idempotent and safe to invoke
// multiple types for same object.
// multiple times for same object.
}

// Helper functions to check and remove string from a slice of strings.
Expand Down

0 comments on commit 592363a

Please sign in to comment.