From e95b62bd9849f329f2975b824f66780a6311d36d Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sun, 23 Jul 2017 19:05:15 -0700 Subject: [PATCH] Add missing back ticks in Appendix 1 --- md/language.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/md/language.md b/md/language.md index 670e3e0..ce0e3b4 100644 --- a/md/language.md +++ b/md/language.md @@ -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 | -- 2.31.1