Quellcode durchsuchen

Merge pull request #8201 from arthurkiller/master

concurrency: fix typo in Serializable godoc
Anthony Romano vor 8 Jahren
Ursprung
Commit
d48e59e389
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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