Skip to content

Commit e0b38b0

Browse files
imjasonhCopilot
andauthored
Update pkg/name/repository.go
Co-authored-by: Copilot <[email protected]>
1 parent 0d30dc6 commit e0b38b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/name/repository.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func (r *Repository) UnmarshalJSON(data []byte) error {
138138
return nil
139139
}
140140

141-
// MarshalText formats the digest into a string for text serialization.
141+
// MarshalText formats the repository name into a string for text serialization.
142142
func (r Repository) MarshalText() ([]byte, error) { return []byte(r.String()), nil }
143143

144144
// UnmarshalText parses a text string into a Repository.

0 commit comments

Comments
 (0)