Skip to content

Commit c42d09b

Browse files
authored
Make tokenizer public
1 parent dfa687b commit c42d09b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/html5/token.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ module HTML5
9393
end
9494

9595
# Tokenizer returns a stream of HTML Tokens
96-
private class Tokenizer
96+
class Tokenizer
9797
# r is teh source of HTML of text
9898
@r : IO
9999
# tt is TokenType of the current token

0 commit comments

Comments
 (0)