Skip to content

Commit

Permalink
doc: correct misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
santhosh-tekuri committed May 17, 2024
1 parent 26358b4 commit 231be53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type Compiler struct {
mediaTypes map[string]*MediaType
}

// NewCompiler create CompilerObject.
// NewCompiler create Compiler Object.
func NewCompiler() *Compiler {
return &Compiler{
schemas: map[urlPtr]*Schema{},
Expand All @@ -34,7 +34,7 @@ func NewCompiler() *Compiler {
// compile schemas without `$schema` field.
//
// By default, this library uses the latest
// draft supprted.
// draft supported.
//
// The use of this option is HIGHLY encouraged
// to ensure continued correct operation of your
Expand Down

0 comments on commit 231be53

Please sign in to comment.