Skip to content

Commit

Permalink
Capitalized could
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
  • Loading branch information
RichardLitt committed Feb 11, 2016
1 parent 4acc7f0 commit 59a98a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions namesys/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ const (
)

// ErrResolveFailed signals an error when attempting to resolve.
var ErrResolveFailed = errors.New("could not resolve name.")
var ErrResolveFailed = errors.New("Could not resolve name.")

// ErrResolveRecursion signals a recursion-depth limit.
var ErrResolveRecursion = errors.New(
"could not resolve name (recursion limit exceeded).")
"Could not resolve name (recursion limit exceeded).")

// ErrPublishFailed signals an error when attempting to publish.
var ErrPublishFailed = errors.New("could not publish name.")
var ErrPublishFailed = errors.New("Could not publish name.")

// Namesys represents a cohesive name publishing and resolving system.
//
Expand Down

0 comments on commit 59a98a8

Please sign in to comment.