Skip to content

Commit 5f6a681

Browse files
author
Tomas Pevny
committed
fixing
1 parent 6aa14b3 commit 5f6a681

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/src/lectures/lecture_07/lecture.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ CodeInfo(
7474
)
7575
```
7676

77-
::: info
78-
### Scope of eval
77+
::: info Scope of eval
7978
`eval` function is always evaluated in the global scope of the `Module` in which the macro is called (note that there is that by default you operate in the `Main` module). Moreover, `eval` takes effect **after** the function has been has been executed. This can be demonstrated as
8079
```julia
8180
add1(x) = x + 1

0 commit comments

Comments
 (0)