Skip to content

Commit

Permalink
Merge pull request #804 from shalabhaggarwal/master
Browse files Browse the repository at this point in the history
Fix a small typo.
  • Loading branch information
Zariel authored Oct 19, 2016
2 parents d7b9b35 + a9e2fdf commit a36d46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func (p PoolConfig) buildPool(session *Session) *policyConnPool {
}

// ClusterConfig is a struct to configure the default cluster implementation
// of gocoql. It has a variety of attributes that can be used to modify the
// of gocql. It has a variety of attributes that can be used to modify the
// behavior to fit the most common use cases. Applications that require a
// different setup must implement their own cluster.
type ClusterConfig struct {
Expand Down

0 comments on commit a36d46a

Please sign in to comment.