Skip to content

Commit

Permalink
add clarifying comment
Browse files Browse the repository at this point in the history
  • Loading branch information
raulb committed Jul 1, 2024
1 parent ef0d775 commit 38f940d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ package schema

import "errors"

// errInvalidProtoIsNil is returned when trying to convert a proto schema to a schema object.
// errInvalidProtoIsNil is returned when trying to convert a proto schema to a schema object and the proto is nil.
var errInvalidProtoIsNil = errors.New("invalid proto: nil")

0 comments on commit 38f940d

Please sign in to comment.