Skip to content

Commit 9815a8e

Browse files
authored
fix unreliable jldoctest (#46021)
1 parent 201d4f6 commit 9815a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/reflection.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,7 @@ internals.
13191319
13201320
One can put the argument types in a tuple to get the corresponding `code_ircode`.
13211321
1322-
```jldoctest
1322+
```julia
13231323
julia> Base.code_ircode(+, (Float64, Int64))
13241324
1-element Vector{Any}:
13251325
388 1 ─ %1 = Base.sitofp(Float64, _3)::Float64

0 commit comments

Comments
 (0)