Final (?) set of small changes to `rationale.md`.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Fri, 13 Mar 2020 09:33:16 +0000 (02:33 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Fri, 13 Mar 2020 09:33:16 +0000 (02:33 -0700)
rationale.md

index 0f6de45..c847fab 100644 (file)
@@ -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.
 
 
   * **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.
 
 
   * **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:
 
 
 This is the Type A program: