Better comment
This commit is contained in:
parent
183c584e96
commit
ff04c34cf6
|
@ -381,7 +381,7 @@ impl<'source> Parser<'source> {
|
|||
|
||||
/// Parse BF function declaration
|
||||
///
|
||||
/// `bff $iden $((tapelen))? { ... }`
|
||||
/// `bff $iden ([tapelen]) { ... }`
|
||||
fn bff_flow(&mut self) -> Result<StmtKind, Error> {
|
||||
let iden = self.get_iden()?;
|
||||
|
||||
|
|
Loading…
Reference in a new issue