From: Aaron Taylor Date: Fri, 13 Mar 2020 09:33:16 +0000 (-0700) Subject: Final (?) set of small changes to `rationale.md`. X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/commitdiff_plain/e5ba12f2147dfdc42ed1531dfacb2565f6f660a3?hp=2d2ef3fec003d3a651467c7ddd72f612c7334914 Final (?) set of small changes to `rationale.md`. --- 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: