File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ type Transactor interface {
48
48
49
49
// Snapshot hold the metadata for an active or view snapshot transaction. The
50
50
// ParentIDs hold the snapshot identifiers for the committed snapshots this
51
- // active or view is based on. The ParentIDs are ordered from the lowest base
52
- // to highest , meaning they should be applied in order from the first index to
53
- // the last index. The last index should always be considered the active
54
- // snapshots immediate parent.
51
+ // active or view is based on. The ParentIDs are ordered from the highest to the
52
+ // lowest base , meaning they should be applied in order from the last index to
53
+ // the first index. The first index should always be considered the active
54
+ // snapshot's immediate parent.
55
55
type Snapshot struct {
56
56
Kind snapshots.Kind
57
57
ID string
You can’t perform that action at this time.
0 commit comments