Skip to content

Commit e1de18b

Browse files
committed
improved the lecture, added the partial inlining
1 parent b7c352c commit e1de18b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/src/lecture_09/lecture.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,9 @@ remap(ex, maps) = ex
426426
```
427427

428428
!!! warn
429-
### Retrieving the code is a bit tricky. Consider a following function:
429+
### Retrieving the code properly
430+
431+
Consider a following function:
430432
```julia
431433
function test(x::T) where T<:Union{Float64, Float32}
432434
x < T(pi)

0 commit comments

Comments
 (0)