Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Coretta authored and Jesse Coretta committed Nov 9, 2024
1 parent 20d15fd commit 4317fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion err.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var (
ErrNilInput error = errors.New("Input instance is nil")
ErrNilDef error = errors.New("Referenced definition is nil or not specified")
ErrNilSchemaRef error = errors.New("Receiver instance lacks a Schema reference")
ErrDefNonCompliant error = errors.New("Definition failed compliancy checks")
ErrDefNonCompliant error = errors.New("Definition failed compliance checks")
ErrInvalidInput error = errors.New("Input instance not compatible")
ErrInvalidSyntax error = errors.New("Value does not meet the prescribed syntax qualifications")
ErrInvalidValue error = errors.New("Value does not meet the prescribed value qualifications")
Expand Down

0 comments on commit 4317fce

Please sign in to comment.