提交 9fbe3d13 作者: Jeromy Johnson

Merge pull request #2330 from ipfs/feature/capitalize-could

Capitalized could
......@@ -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.
//
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论