Skip to content

Commit 3589a1d

Browse files
Merge pull request #6737 from lampepfl/anatoliykmetyuk-patch-1
Typo fix in macros docs
2 parents 1268474 + b10a76a commit 3589a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/metaprogramming/macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ splicing of its string representation.
2323

2424
Quotes and splices in this section allow us to treat code in a similar way,
2525
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
26+
with a top-level splice. We call it a top-level because it is the only occasion
2727
where we encounter a splice outside a quote (consider as a quote the
2828
compilation-unit at the call-site). For example, the code below presents an
2929
`inline` method `assert` which calls at compile-time a method `assertImpl` with

0 commit comments

Comments
 (0)