Skip to content

Commit a3daed0

Browse files
committed
temporarily change output to see if the comment works
1 parent f218b22 commit a3daed0

File tree

2 files changed

+82
-82
lines changed

2 files changed

+82
-82
lines changed

crates/red_knot/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ impl MainLoop {
295295

296296
writeln!(
297297
stdout,
298-
"Found {} diagnostic{}",
298+
"Founded {} diagnostic{}",
299299
diagnostics_count,
300300
if diagnostics_count > 1 { "s" } else { "" }
301301
)?;

0 commit comments

Comments
 (0)