Skip to content

Commit d8e078c

Browse files
committed
pr feedback to update comment
1 parent 80631df commit d8e078c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

provisioner/terraform/timings.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ type timingKind string
2020
// We cannot reference these because they're in an internal package.
2121
const (
2222
// Stage markers are used to denote the beginning and end of stages. Without
23-
// these, only discrete events within stages can be measured, which may omit
24-
// setup/teardown time or other unmeasured overhead.
23+
// these, only discrete events (i.e. resource changes) within stages can be
24+
// measured, which may omit setup/teardown time or other unmeasured overhead.
2525
timingStageStart timingKind = "stage_start"
2626
timingStageEnd timingKind = "stage_end"
2727
timingStageError timingKind = "stage_error"

0 commit comments

Comments
 (0)