Skip to content

Commit a93b654

Browse files
minor fixes
1 parent 763921b commit a93b654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/prebuilds/preset_snapshot.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ func (p PresetSnapshot) countEligible() int32 {
325325
}
326326

327327
// countInProgress returns counts of prebuilds in transition states (starting, stopping, deleting).
328-
// These counts are tracked now the template level, so all presets sharing the same template see the same values.
328+
// These counts are tracked at the template level, so all presets sharing the same template see the same values.
329329
func (p PresetSnapshot) countInProgress() (starting int32, stopping int32, deleting int32) {
330330
for _, progress := range p.InProgress {
331331
num := progress.Count

0 commit comments

Comments
 (0)