fix spell

This commit is contained in:
2020-01-22 20:35:21 +08:00
parent 7bb0111ad2
commit 8f01f4fd4f

View File

@@ -43,7 +43,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
_ => break, _ => break,
} }
} }
println!("【QR test for: {}", &input_string); println!("【QR text for: {}", &input_string);
for _ in 0..ln_len+4 { for _ in 0..ln_len+4 {
output_stirng.push_str(W); output_stirng.push_str(W);
} }