From f8c41693def956089e8bda46515cb8c88427b6d0 Mon Sep 17 00:00:00 2001 From: Evils Date: Sun, 21 Jul 2024 18:45:45 +0200 Subject: [PATCH] correct example text --- src/util.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.rs b/src/util.rs index 81dc08b..abeb533 100644 --- a/src/util.rs +++ b/src/util.rs @@ -318,7 +318,7 @@ impl RenderCommand { let ops = vec![ Op::pad(pad), Op::qr("https://hello.world"), - Op::text("hello world,,\nhow's it going?"), + Op::text("Hello world,\nhow's it going?"), Op::pad(pad) ];