Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nexryai committed Jul 12, 2024
1 parent 0c34e20 commit 8dd64d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fn exec(command: &str) {
}
}

// コマンドを&&でつないで実行する
// &&で連結したコマンドを分割して実行する
fn exec_commands(commands: &str) {
println!("Running commands: {}", commands);

Expand Down

0 comments on commit 8dd64d6

Please sign in to comment.