瀏覽代碼

Merge pull request #8201 from arthurkiller/master

concurrency: fix typo in Serializable godoc
Anthony Romano 8 年之前
父節點
當前提交
d48e59e389
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 	// for write conflicts.
 	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.
 	Serializable
 	// RepeatableReads reads within the same transaction attempt always