Unverified Commit 912456dd authored by Aliabbas Merchant's avatar Aliabbas Merchant Committed by GitHub

Minor Docstring correction

parent 4f598590
...@@ -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