From d547610adbc35fef28400ef6874cf563e3ca7720 Mon Sep 17 00:00:00 2001 From: Aaron Schumacher Date: Tue, 25 Jun 2019 11:52:33 -0400 Subject: [PATCH] typo: missing "a" --- docs/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 09cbd52..cb2b272 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -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: