We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 763921b commit a93b654Copy full SHA for a93b654
coderd/prebuilds/preset_snapshot.go
@@ -325,7 +325,7 @@ func (p PresetSnapshot) countEligible() int32 {
325
}
326
327
// 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.
+// These counts are tracked at the template level, so all presets sharing the same template see the same values.
329
func (p PresetSnapshot) countInProgress() (starting int32, stopping int32, deleting int32) {
330
for _, progress := range p.InProgress {
331
num := progress.Count
0 commit comments