Unverified Commit 5efa2fa2 authored by vyzo's avatar vyzo Committed by GitHub

Merge pull request #143 from AliabbasMerchant/patch-1

Minor Docstring correction
parents 4f598590 912456dd
...@@ -47,7 +47,7 @@ var ( ...@@ -47,7 +47,7 @@ var (
// peer we're trying to dial. // peer we're trying to dial.
ErrNoAddresses = errors.New("no addresses") ErrNoAddresses = errors.New("no addresses")
// ErrNoAddresses is returned when we find addresses for a peer but // ErrNoGoodAddresses is returned when we find addresses for a peer but
// can't use any of them. // can't use any of them.
ErrNoGoodAddresses = errors.New("no good addresses") ErrNoGoodAddresses = errors.New("no good addresses")
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment