From 2fec89b8c65cf0fcf7bf8adec15cf38688d9454d Mon Sep 17 00:00:00 2001 From: Cutieguwu Date: Mon, 23 Sep 2024 11:37:49 -0400 Subject: [PATCH] Fixed formatting, added missing ; in Falling Down --- README.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index 319f126..f50d8a5 100644 --- a/README.adoc +++ b/README.adoc @@ -24,7 +24,7 @@ causing so many a lost chapter, why come now these new revelations? + My mind becomes fore frantic, -perhaps I must `panic!("Help me...)` +perhaps I must `panic!("Help me...);` == *Building Up* @@ -32,8 +32,7 @@ perhaps I must `panic!("Help me...)` ../src/main.rs //Make asciidoc use MD syntax to resolve -[source, rust] -''' +```rust use std::process::{ExitCode, Termination}; fn main() -> Result { @@ -214,9 +213,10 @@ impl Termination for Impossible { ExitCode::SUCCESS } } -''' +``` //// +[source, rust] ---- include::src/main.rs[] ----