Skip to content

Commit ec31ca8

Browse files
Update main.rs
1 parent 442b83a commit ec31ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ impl Executor {
171171
}
172172
}
173173

174-
/// ログ表示
174+
/// ログ出力
175175
fn log_print(&mut self, msg: String) {
176176
if let Mode::Debug = self.mode {
177177
print!("{msg}");

0 commit comments

Comments
 (0)