Skip to content

Commit

Permalink
Fix documentation of determine_method_for_expr (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk authored and KristofferC committed Jul 22, 2019
1 parent 01646ad commit f44a2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/construct.jl
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ end
framecode, frameargs, lenv, argtypes = determine_method_for_expr(expr; enter_generated = false)
Prepare all the information needed to execute a particular `:call` expression `expr`.
For example, try `JuliaInterpreter.determine_method_for_expr(:($(sum)([1,2])))`.
For example, try `JuliaInterpreter.determine_method_for_expr(:(\$sum([1,2])))`.
See [`JuliaInterpreter.prepare_call`](@ref) for information about the outputs.
"""
function determine_method_for_expr(expr; enter_generated = false)
Expand Down

0 comments on commit f44a2c7

Please sign in to comment.