We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d30dc6 commit e0b38b0Copy full SHA for e0b38b0
pkg/name/repository.go
@@ -138,7 +138,7 @@ func (r *Repository) UnmarshalJSON(data []byte) error {
138
return nil
139
}
140
141
-// MarshalText formats the digest into a string for text serialization.
+// MarshalText formats the repository name into a string for text serialization.
142
func (r Repository) MarshalText() ([]byte, error) { return []byte(r.String()), nil }
143
144
// UnmarshalText parses a text string into a Repository.
0 commit comments