Skip to content

Commit 9e12750

Browse files
authored
docs: fix typo in Macros.md (#1331)
1 parent 998948e commit 9e12750

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/Macros.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Macros are among the most divisive features about any Lisp. There are many
44
different design decisions to be made, and all of them have proponents and
55
detractors.
66

7-
This document aims to give a comprehensive overview of the macro system and
8-
how to use it. If you’re in a hurry or want to see whether Carp implements your
7+
This document aims to give a comprehensive overview of the macro system and how
8+
to use it. If you’re in a hurry or want to see whether Carp implements your
99
favorite macro feature, you probably want to read the section [“In a
10-
Nutshell”](#in-a-nutshell). If you want to spend some quality understanding
11-
how to work on or with the macro systems, the sections [“Working with
12-
Macros”](#working-with-macros) and [“Inner Workings”](#inner-workings) will
13-
probably be more useful to you.
10+
Nutshell”](#in-a-nutshell). If you want to spend some quality time
11+
understanding how to work on or with the macro systems, the sections [“Working
12+
with Macros”](#working-with-macros) and [“Inner Workings”](#inner-workings)
13+
will probably be more useful to you.
1414

1515
## In a Nutshell
1616

0 commit comments

Comments
 (0)