Skip to content

Commit

Permalink
Merge pull request #26 from JuliaDebug/KristofferC-patch-1
Browse files Browse the repository at this point in the history
fix docs for determine_method_for_expr
  • Loading branch information
timholy committed Feb 14, 2019
2 parents 64a30aa + cbf5b25 commit c20607d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JuliaInterpreter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,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 c20607d

Please sign in to comment.