From 9e12750842a24f9c7ce279f81271af7b0f1b03b3 Mon Sep 17 00:00:00 2001 From: Scott Olsen Date: Tue, 12 Oct 2021 11:52:24 -0400 Subject: [PATCH] docs: fix typo in Macros.md (#1331) --- docs/Macros.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/Macros.md b/docs/Macros.md index 7f6c4693..f0dceab5 100644 --- a/docs/Macros.md +++ b/docs/Macros.md @@ -4,13 +4,13 @@ Macros are among the most divisive features about any Lisp. There are many different design decisions to be made, and all of them have proponents and detractors. -This document aims to give a comprehensive overview of the macro system and -how to use it. If you’re in a hurry or want to see whether Carp implements your +This document aims to give a comprehensive overview of the macro system and how +to use it. If you’re in a hurry or want to see whether Carp implements your favorite macro feature, you probably want to read the section [“In a -Nutshell”](#in-a-nutshell). If you want to spend some quality understanding -how to work on or with the macro systems, the sections [“Working with -Macros”](#working-with-macros) and [“Inner Workings”](#inner-workings) will -probably be more useful to you. +Nutshell”](#in-a-nutshell). If you want to spend some quality time +understanding how to work on or with the macro systems, the sections [“Working +with Macros”](#working-with-macros) and [“Inner Workings”](#inner-workings) +will probably be more useful to you. ## In a Nutshell