X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/2d2ef3fec003d3a651467c7ddd72f612c7334914..e5ba12f2147dfdc42ed1531dfacb2565f6f660a3:/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: