diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/spec.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/spec.go b/spec/spec.go index d4f6346..9ac5f4b 100644 --- a/spec/spec.go +++ b/spec/spec.go @@ -24,8 +24,8 @@ func (id LexKindID) Int() int { type LexModeKindID int const ( - LexModeKindIDNil = LexKindID(0) - LexModeKindIDMin = LexKindID(1) + LexModeKindIDNil = LexModeKindID(0) + LexModeKindIDMin = LexModeKindID(1) ) func (id LexModeKindID) Int() int { |