Better comment

This commit is contained in:
Erin 2021-06-11 19:44:53 +02:00 committed by ondra05
parent 76e5fb9043
commit ae3a7b7c8a

View file

@ -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()?;