Преглед на файлове

Typo fixed in RetryPolicy doc

Baptiste Fontaine преди 10 години
родител
ревизия
c6894e3f42
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      policies.go

+ 1 - 1
policies.go

@@ -17,7 +17,7 @@ type RetryableQuery interface {
 	GetConsistency() Consistency
 }
 
-// RetryPolicy interace is used by gocql to determine if a query can be attempted
+// RetryPolicy interface is used by gocql to determine if a query can be attempted
 // again after a retryable error has been received. The interface allows gocql
 // users to implement their own logic to determine if a query can be attempted
 // again.