Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

digest: remove out of date godoc comment #13

Merged
merged 1 commit into from
Dec 20, 2016
Merged

Conversation

stevvooe
Copy link
Contributor

@@ -63,8 +63,7 @@ func Parse(s string) (Digest, error) {
return d, d.Validate()
}

// FromReader returns the most valid digest for the underlying content using
// the canonical digest algorithm.
// FromReader consumes the content of rd until io.EOF, returning canonical digest.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

“returning canonical digest” → “returning a digest using the Canonical algorithm”.

@stevvooe stevvooe merged commit 3566a39 into master Dec 20, 2016
@stevvooe stevvooe deleted the stevvooe-patch-1 branch December 20, 2016 21:33
wking pushed a commit to wking/go-digest that referenced this pull request Jan 6, 2017
wking added a commit to wking/go-digest that referenced this pull request Jan 6, 2017
The sign-off requirement catches us up with fcc7f42 (Add contributing
and maintainer guidelines, 2016-05-03, opencontainers#1).  The author ignore catches
us up with c82a2e7 (MAINTAINERS: disallow self-LGTMs, 2016-05-27,
opencontainers#13).

The push reset catches us up with opencontainers/runtime-spec@aa9f3a26
(Add PullApprove checks, 2016-05-26, opencontainers/runtime-spec#458),
opencontainers/image-spec@95a46754d (Add PullApprove support to
enforce review, 2016-06-01, opencontainers/image-spec#101) and
opencontainers/runc@e2fd7c11 (Add PullApprove support, 2016-05-26,
opencontainers/runc#847).

Signed-off-by: W. Trevor King <wking@tremily.us>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants