From e5ba12f2147dfdc42ed1531dfacb2565f6f660a3 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Fri, 13 Mar 2020 02:33:16 -0700 Subject: [PATCH] Final (?) set of small changes to `rationale.md`. --- rationale.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rationale.md b/rationale.md index 0f6de45..c847fab 100644 --- a/rationale.md +++ b/rationale.md @@ -51,11 +51,11 @@ Both of these methods can be broken using valid Whitespace code: * **Type A**: No 'standalone' label exists. This breaks Method 2. - By programmer's intent, this should print a '!' before infinite '.' lines. + By programmer's intent, this should print a `!` before infinite `.` lines. * **Type B**: Hidden label before 'standalone' label. This breaks Method 1. - By programmer's intent, this should print an infinite chain of '.' lines. + By programmer's intent, this should print an infinite chain of `.` lines. This is the Type A program: -- 2.20.1