Skip to content

Commit

Permalink
Fix doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane committed Oct 29, 2024
1 parent f3c573a commit 0d630b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/bufpkg/bufcas/digest.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func (d DigestType) String() string {
//
// This reverses DigestType.String().
//
// Returns an error of type *ParseError if thie string could not be parsed.
// Returns an error of type *ParseError if the string could not be parsed.
func ParseDigestType(s string) (DigestType, error) {
d, ok := stringToDigestType[s]
if !ok {
Expand Down

0 comments on commit 0d630b6

Please sign in to comment.