Преглед изворни кода

ConnectionPool: typo fixed in godoc

Baptiste Fontaine пре 10 година
родитељ
комит
5d40b02f82
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      connectionpool.go

+ 1 - 1
connectionpool.go

@@ -22,7 +22,7 @@ import (
 Purpose
 Purpose
 
 
 The connection pool in gocql opens and closes connections as well as selects an available connection
 The connection pool in gocql opens and closes connections as well as selects an available connection
-for gocql to execute a query against. The pool is also respnsible for handling connection errors that
+for gocql to execute a query against. The pool is also responsible for handling connection errors that
 are caught by the connection experiencing the error.
 are caught by the connection experiencing the error.
 
 
 A connection pool should make a copy of the variables used from the ClusterConfig provided to the pool
 A connection pool should make a copy of the variables used from the ClusterConfig provided to the pool