Skip to content

Commit b644c87

Browse files
committed
fixup! Mark public symbols with public keyword
1 parent bafc712 commit b644c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JuliaSyntax.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export parsestmt,
2121
build_tree
2222

2323
# Tokenization
24-
@_public tokenize,
24+
export tokenize,
2525
Token,
2626
untokenize
2727

0 commit comments

Comments
 (0)