File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ type DeltaObjectStorer interface {
52
52
DeltaObject (plumbing.ObjectType , plumbing.Hash ) (plumbing.EncodedObject , error )
53
53
}
54
54
55
- // Transactioner is a optional method for ObjectStorer, it enable transaction
56
- // base write and read operations in the storage
55
+ // Transactioner is a optional method for ObjectStorer, it enables transactional read and write
56
+ // operations.
57
57
type Transactioner interface {
58
58
// Begin starts a transaction.
59
59
Begin () Transaction
@@ -87,8 +87,8 @@ type PackedObjectStorer interface {
87
87
DeleteOldObjectPackAndIndex (plumbing.Hash , time.Time ) error
88
88
}
89
89
90
- // PackfileWriter is a optional method for ObjectStorer, it enable direct write
91
- // of packfile to the storage
90
+ // PackfileWriter is an optional method for ObjectStorer, it enables directly writing
91
+ // a packfile to storage.
92
92
type PackfileWriter interface {
93
93
// PackfileWriter returns a writer for writing a packfile to the storage
94
94
//
You can’t perform that action at this time.
0 commit comments