Skip to content

Commit

Permalink
Doc: Fix typo in revision.go
Browse files Browse the repository at this point in the history
  • Loading branch information
majolo committed May 16, 2019
1 parent a44a281 commit 9ab3572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mvcc/revision.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type revision struct {
// main is the main revision of a set of changes that happen atomically.
main int64

// sub is the the sub revision of a change in a set of changes that happen
// sub is the sub revision of a change in a set of changes that happen
// atomically. Each change has different increasing sub revision in that
// set.
sub int64
Expand Down

0 comments on commit 9ab3572

Please sign in to comment.