diff --git a/blog/TLDR-rust-2020-09-19.markdown b/blog/TLDR-rust-2020-09-19.markdown index b91634b..a440dd3 100644 --- a/blog/TLDR-rust-2020-09-19.markdown +++ b/blog/TLDR-rust-2020-09-19.markdown @@ -118,7 +118,7 @@ error[E0308]: mismatched types | expected this to be `()` ``` -This happens because most basic statement in Rust can return values. The best +This happens because most basic statements in Rust can return values. The best way to fix this would be to move the `4` return into an `else` block: ```rust diff --git a/blog/mara-test.markdown b/blog/mara-test.markdown deleted file mode 100644 index aa321eb..0000000 --- a/blog/mara-test.markdown +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: Mara Test -date: 2020-09-18 ---- - -# Mara Test - -[But if you do this thing, what about that other -thing?](conversation://Mara/hmm) - -[If you like using this, be sure to check out this other thing, it is -cool!](conversation://Mara/hacker) - -[But, how does that make sense if you refrobnicated the bifrucated flopnax back -there?](conversation://Mara/wat) diff --git a/templates/mara.rs.html b/templates/mara.rs.html index ef448c7..1786d6f 100644 --- a/templates/mara.rs.html +++ b/templates/mara.rs.html @@ -13,7 +13,9 @@

@character

- @message +
+ @message +