diff options
Diffstat (limited to 'grammar/lexical/parser/fragment.go')
-rw-r--r-- | grammar/lexical/parser/fragment.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/lexical/parser/fragment.go b/grammar/lexical/parser/fragment.go index fc6f16b..e51759e 100644 --- a/grammar/lexical/parser/fragment.go +++ b/grammar/lexical/parser/fragment.go @@ -3,7 +3,7 @@ package parser import ( "fmt" - spec "github.com/nihei9/vartan/spec/grammar" + spec "spec/grammar" ) type incompleteFragment struct { |