clearer comment

This commit is contained in:
Erin 2022-04-18 22:09:56 +02:00 committed by ondra05
parent 5aada3c09e
commit 3916b20b59

View file

@ -605,7 +605,7 @@ impl<'source> Parser<'source> {
}
}
/// Parse AbleScript into AST
/// Parse AbleScript code into AST
pub fn parse(source: &str) -> Result<Block, Error> {
Parser::new(source).parse()
}