Skip to content

Commit 5ebf660

Browse files
aviateskJeffBezanson
authored andcommitted
fix doc syntax of @ macroexpand (#34357)
1 parent a2fe09e commit 5ebf660

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

base/expr.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,11 @@ Return equivalent expression with all macros removed (expanded).
119119
There are differences between `@macroexpand` and [`macroexpand`](@ref).
120120
121121
* While [`macroexpand`](@ref) takes a keyword argument `recursive`, `@macroexpand`
122-
is always recursive. For a non recursive macro version, see [`@macroexpand1`](@ref).
122+
is always recursive. For a non recursive macro version, see [`@macroexpand1`](@ref).
123123
124124
* While [`macroexpand`](@ref) has an explicit `module` argument, `@macroexpand` always
125-
expands with respect to the module in which it is called.
125+
expands with respect to the module in which it is called.
126+
126127
This is best seen in the following example:
127128
```julia-repl
128129
julia> module M

0 commit comments

Comments
 (0)