Skip to content

Commit

Permalink
Update reconcilers/stash.go
Browse files Browse the repository at this point in the history
Co-authored-by: Max Brauer <mamachanko@users.noreply.github.com>
Signed-off-by: Scott Andrews <scott@andrews.me>
  • Loading branch information
scothis and mamachanko committed Sep 20, 2024
1 parent c55d7cb commit 5dcfc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reconcilers/stash.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func ClearValue(ctx context.Context, key StashKey) interface{} {
return value
}

// Stasher stores and retrieves values from the stash context. The context must be configured
// Stasher stores and retrieves values from the stash context. The context which gets passed to its methods must be configured
// with a stash via WithStash(). The stash is pre-configured for the context within a reconciler.
type Stasher[T any] interface {
// Key is the stash key used to store and retrieve the value
Expand Down

0 comments on commit 5dcfc6a

Please sign in to comment.