Add missing back ticks in Appendix 1
authorJason Self <j@jxself.org>
Mon, 24 Jul 2017 02:05:15 +0000 (19:05 -0700)
committerJason Self <j@jxself.org>
Mon, 24 Jul 2017 02:05:15 +0000 (19:05 -0700)
md/language.md

index 670e3e0bcac450ebfb07cd746ebf0e6251e7806b..ce0e3b4f91d2f4fb0c0a3cc70edf93aff551a913 100644 (file)
@@ -9395,7 +9395,7 @@ Lists
 
 List elements are pairs linked together by the right halves of their
 first words. The list is terminated by a zero in the right half of
-the last pair. For example the LIST (1 2 3) would look like this:
+the last pair. For example the `LIST` `(1 2 3)` would look like this:
 
     -------------
     | LIST | 0  |