clearer comment
This commit is contained in:
parent
5aada3c09e
commit
3916b20b59
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue