소스 검색

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.