Kindsys: Replace "Declaration" with "Definition" (#62515)
* s/Declaration/Definition/g * s/DeclForGen/DefForGen/g * Rename some local vars
This commit is contained in:
@@ -9,7 +9,7 @@ var (
|
||||
ErrValueNotExist = errors.New("cue value does not exist")
|
||||
|
||||
// ErrValueNotAKind indicates that a provided CUE value is not any variety of
|
||||
// Interface. This is almost always a user error - they oops'd and provided the
|
||||
// Kind. This is almost always a user error - they oops'd and provided the
|
||||
// wrong path, file, etc.
|
||||
ErrValueNotAKind = errors.New("not a kind")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user