Merge pull request #1788 from ajschumacher/patch-1

typo: missing "a"
This commit is contained in:
Kodi Arfer 2019-06-25 12:40:57 -04:00 committed by GitHub
commit a2f9452319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -535,7 +535,7 @@ Macros
======
One really powerful feature of Hy are macros. They are small functions that are
used to generate code (or data). When program written in Hy is started, the
used to generate code (or data). When a program written in Hy is started, the
macros are executed and their output is placed in the program source. After this,
the program starts executing normally. Very simple example: