We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1268474 + b10a76a commit 3589a1dCopy full SHA for 3589a1d
docs/docs/reference/metaprogramming/macros.md
@@ -23,7 +23,7 @@ splicing of its string representation.
23
24
Quotes and splices in this section allow us to treat code in a similar way,
25
effectively supporting macros. The entry point for macros is an inline method
26
-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
27
where we encounter a splice outside a quote (consider as a quote the
28
compilation-unit at the call-site). For example, the code below presents an
29
`inline` method `assert` which calls at compile-time a method `assertImpl` with
0 commit comments