Merge pull request #10724 from majolo/patch-1

Doc: Fix typo in revision.go
release-3.4
Sahdev Zala 2019-05-16 11:06:52 -04:00 committed by GitHub
commit 71881a423f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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