Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alxkzmn committed Aug 26, 2024
1 parent 1b76018 commit 7d8a13b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/parser/ast/statement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ pub enum Statement<F, V> {

Block(DebugSymRef, Vec<Statement<F, V>>), // { x }
/// Call into another machine with assertion and subsequent transition to another
/// state:
/// ```no_run
/// id_1', id_2' <== machine_id(expr1, expr2 + expr3) -> state_id;
/// ```
/// state.
/// Tuple values:
/// - debug symbol reference;
/// - assigned/asserted ids vector;
Expand Down

0 comments on commit 7d8a13b

Please sign in to comment.