Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
raulb committed Jul 1, 2024
1 parent 38f940d commit 2b0eb6d
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 and the proto is nil.
// errInvalidProtoIsNil is returned when trying to convert a schema object to a proto schema, and the proto is nil.
var errInvalidProtoIsNil = errors.New("invalid proto: nil")

0 comments on commit 2b0eb6d

Please sign in to comment.