Doc: Fix typo in revision.go

This commit is contained in:
Max Lowther 2019-05-14 14:45:36 +01:00 committed by Max Lowther
parent a44a281ac3
commit 9ab3572662

View File

@ -27,7 +27,7 @@ type revision struct {
// main is the main revision of a set of changes that happen atomically. // main is the main revision of a set of changes that happen atomically.
main int64 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 // atomically. Each change has different increasing sub revision in that
// set. // set.
sub int64 sub int64