Skip to content

Commit

Permalink
docs: fix typo in Macros.md (#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
scolsen committed Oct 12, 2021
1 parent 998948e commit 9e12750
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/Macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9e12750

Please sign in to comment.