diff options
Diffstat (limited to 'internal/plan/step.go')
| -rw-r--r-- | internal/plan/step.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/plan/step.go b/internal/plan/step.go index e4f280f..b3e34c1 100644 --- a/internal/plan/step.go +++ b/internal/plan/step.go @@ -20,7 +20,7 @@ const ( DeletePermanent // (delete permanent) ) -// String is for display only; Task 5's JSON representation defines its own +// String is for display only; the JSON representation defines its own // action names. func (k Kind) String() string { switch k { |
