diff options
author | Joop Kiefte <ikojba@gmail.com> | 2021-10-15 00:11:12 +0100 |
---|---|---|
committer | Joop Kiefte <ikojba@gmail.com> | 2021-10-15 00:11:12 +0100 |
commit | 3509ac11c07477c86c67aedfed31ed22a18c5022 (patch) | |
tree | 63321074fbf189ac093d2015c5765ff5148e7db0 /lex/type.go | |
parent | 7bf1944b6d142e11886b685da3cb235571264310 (diff) |
Correct paths
Diffstat (limited to 'lex/type.go')
-rw-r--r-- | lex/type.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lex/type.go b/lex/type.go index a906ac2..b4aae0f 100644 --- a/lex/type.go +++ b/lex/type.go @@ -1,7 +1,7 @@ // The lex format is basically a parse tree for screenplays, which enables quick debugging. package lex -type Screenplay []Line +type Document []Line type Line struct { Type string |