From b10a76a38d3de89010f6dbcbe581d66d9594991a Mon Sep 17 00:00:00 2001 From: Anatolii Kmetiuk Date: Tue, 25 Jun 2019 11:24:55 +0200 Subject: [PATCH] Typo fix in macros docs --- docs/docs/reference/metaprogramming/macros.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/reference/metaprogramming/macros.md b/docs/docs/reference/metaprogramming/macros.md index 433a2e273135..05d1c8cc6f52 100644 --- a/docs/docs/reference/metaprogramming/macros.md +++ b/docs/docs/reference/metaprogramming/macros.md @@ -23,7 +23,7 @@ splicing of its string representation. Quotes and splices in this section allow us to treat code in a similar way, effectively supporting macros. The entry point for macros is an inline method -with a top-level splice. We call it a top-level because it is the only occation +with a top-level splice. We call it a top-level because it is the only occasion where we encounter a splice outside a quote (consider as a quote the compilation-unit at the call-site). For example, the code below presents an `inline` method `assert` which calls at compile-time a method `assertImpl` with