Skip to content

Commit

Permalink
Update reconcilers/advice.go
Browse files Browse the repository at this point in the history
Co-authored-by: Max Brauer <[email protected]>
Signed-off-by: Scott Andrews <[email protected]>
  • Loading branch information
scothis and mamachanko authored Mar 29, 2024
1 parent 992a636 commit 95a296f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reconcilers/advice.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type AdviceReconciler[Type client.Object] struct {
// Before is called preceding Around. A modified context may be returned. Errors are returned
// immediately.
//
// If Before is not defined, there is no affect.
// If Before is not defined, there is no effect.
//
// +optional
Before func(ctx context.Context, resource Type) (context.Context, Result, error)
Expand Down

0 comments on commit 95a296f

Please sign in to comment.