Skip to content

Commit c0331c7

Browse files
authored
[easy] comment fix OnStaleState (#2405)
## Summary Missed updating this comment in last round of revisions for #2391 ## How was it tested?
1 parent f7b01fc commit c0331c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/devbox/devopt/devboxopts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ type EnvOptions struct {
8080
}
8181

8282
type LifecycleHooks struct {
83-
// OnStaleState is called when the Devbox state is out of date, AND it is not being recomputed.
83+
// OnStaleState is called when the Devbox state is out of date
8484
OnStaleState func()
8585
}

0 commit comments

Comments
 (0)