From 7484a396ac2cfcf8d4dec966c3cc81533fa34e28 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 15 Dec 2018 15:34:38 -0500 Subject: [PATCH] md formatting issue. --- doc/Introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Introduction.md b/doc/Introduction.md index 6daf6684..6df82905 100644 --- a/doc/Introduction.md +++ b/doc/Introduction.md @@ -710,7 +710,7 @@ What happens in the following code? ``` We want the max to be 14, but this will actually evaluate to 12! This can be understood -if we expand the macro. You can expand macro once in janet using the '(macex1 x)` function. +if we expand the macro. You can expand macro once in janet using the `(macex1 x)` function. (To expand macros until there are no macros left to expand, us `(macex x)`. Be careful, janet has many macros, so the full expansion may be almost unreadable).