Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Luces Huayhuaca <[email protected]>
  • Loading branch information
DanielMSchmidt and uturunku1 committed Jul 29, 2024
1 parent efc0356 commit 06ace76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack_plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type StackPlans interface {
// Discard discards a stack plan.
Discard(ctx context.Context, stackPlanID string) error

// Discard returns the plan description for a stack plan.
// PlanDescription returns the plan description for a stack plan.
PlanDescription(ctx context.Context, stackPlanID string) (*JSONChangeDesc, error)
}

Expand Down

0 comments on commit 06ace76

Please sign in to comment.