Browse Source

Merge pull request #10724 from majolo/patch-1

Doc: Fix typo in revision.go
Sahdev Zala 6 years ago
parent
commit
71881a423f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mvcc/revision.go

+ 1 - 1
mvcc/revision.go

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