Skip to content

Commit

Permalink
fixed doc error
Browse files Browse the repository at this point in the history
  • Loading branch information
kujirahand committed Jan 5, 2025
1 parent c50a33e commit 9fd79ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ macro_rules! trk {
};
}

/// run tokens and get arguments(=Vec<Token>)
/// run tokens and get arguments(=`Vec<Token>`)
pub fn exec_args(song: &mut Song, tokens: &Vec<Token>) -> Vec<SValue> {
let mut args: Vec<SValue> = vec![];
let tmp_needs_return_values = song.flags.function_needs_return_value;
Expand Down

0 comments on commit 9fd79ff

Please sign in to comment.