Skip to content

Commit f44a2c7

Browse files
aviateskKristofferC
authored andcommitted
Fix documentation of determine_method_for_expr (#303)
1 parent 01646ad commit f44a2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/construct.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ end
489489
framecode, frameargs, lenv, argtypes = determine_method_for_expr(expr; enter_generated = false)
490490
491491
Prepare all the information needed to execute a particular `:call` expression `expr`.
492-
For example, try `JuliaInterpreter.determine_method_for_expr(:($(sum)([1,2])))`.
492+
For example, try `JuliaInterpreter.determine_method_for_expr(:(\$sum([1,2])))`.
493493
See [`JuliaInterpreter.prepare_call`](@ref) for information about the outputs.
494494
"""
495495
function determine_method_for_expr(expr; enter_generated = false)

0 commit comments

Comments
 (0)