Skip to content

Commit 5b3f2fc

Browse files
authored
Fix #335
1 parent 939f8d2 commit 5b3f2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blacksmith/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ impl Blacksmith {
270270
fn generate_source_code_table(&self) -> String {
271271
let mut buffer = String::new();
272272

273-
writeln!(buffer, "Channel | Binaries + Signatures").unwrap();
273+
writeln!(buffer, "Channel | Archives + Signatures").unwrap();
274274
writeln!(buffer, "--------|----------------------").unwrap();
275275

276276
for &channel in CHANNELS {

0 commit comments

Comments
 (0)