File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -119,10 +119,11 @@ Return equivalent expression with all macros removed (expanded).
119
119
There are differences between `@macroexpand` and [`macroexpand`](@ref).
120
120
121
121
* 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).
123
123
124
124
* 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
+
126
127
This is best seen in the following example:
127
128
```julia-repl
128
129
julia> module M
You can’t perform that action at this time.
0 commit comments