Skip to content

Commit 69bdd34

Browse files
author
Daniil Fedotov
committed
Variable name type for behaviour
1 parent 1f1ac19 commit 69bdd34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cuttlefish_parse.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-module(cuttlefish_parse).
22

3-
-type variable() :: binary().
3+
-type variable() :: [string()].
44
-type conf() :: [{variable(), term()}].
55
-type parse_result() :: {error, term()}
66
| {conf(), binary(), {{line, integer()}, {column, integer()}}}

0 commit comments

Comments
 (0)