summaryrefslogtreecommitdiff
path: root/changed.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-21 11:51:52 -0500
committerJeff Carr <[email protected]>2025-10-21 11:51:52 -0500
commit25a911f0f764e35a800eb9423acef964f4c83028 (patch)
tree5b5bb47f813b5b676c010b61ed32b35fb43dcbbf /changed.go
parentc1600cff482abf314bf66bcf758979969672bfca (diff)
housecleaning
Diffstat (limited to 'changed.go')
-rw-r--r--changed.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/changed.go b/changed.go
index c5ede96..67b6ffb 100644
--- a/changed.go
+++ b/changed.go
@@ -7,7 +7,7 @@ import (
"sync"
)
-// this package can provide a trivial way to track which
+// this provides a trivial way to track which
// protobufs have been modified and need to be written to disk
// todo: autogenpb could generate code to work with this