Skip to content

Commit 28c17b1

Browse files
authored
godoc: update Compiler.Draft default value
1 parent 3e01d93 commit 28c17b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
type Compiler struct {
1515
// Draft represents the draft used when '$schema' attribute is missing.
1616
//
17-
// This defaults to latest draft (currently draft2019-09).
17+
// This defaults to latest supported draft (currently 2020-12).
1818
Draft *Draft
1919
resources map[string]*resource
2020

0 commit comments

Comments
 (0)