Browse Source

concurrency: fix typo in Serializable godoc

lza@arthur 8 years ago
parent
commit
4df1970188
1 changed files with 1 additions and 1 deletions
  1. 1 1
      clientv3/concurrency/stm.go

+ 1 - 1
clientv3/concurrency/stm.go

@@ -46,7 +46,7 @@ const (
 	// SerializableSnapshot provides serializable isolation and also checks
 	// SerializableSnapshot provides serializable isolation and also checks
 	// for write conflicts.
 	// for write conflicts.
 	SerializableSnapshot Isolation = iota
 	SerializableSnapshot Isolation = iota
-	// Serializable reads within the same transactiona attempt return data
+	// Serializable reads within the same transaction attempt return data
 	// from the at the revision of the first read.
 	// from the at the revision of the first read.
 	Serializable
 	Serializable
 	// RepeatableReads reads within the same transaction attempt always
 	// RepeatableReads reads within the same transaction attempt always