From 3509ac11c07477c86c67aedfed31ed22a18c5022 Mon Sep 17 00:00:00 2001 From: Joop Kiefte Date: Fri, 15 Oct 2021 00:11:12 +0100 Subject: Correct paths --- lex/type.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lex/type.go') 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 -- cgit v1.2.3-70-g09d2