Skip to content

Commit

Permalink
fix docstring for code_llvm (#26266)
Browse files Browse the repository at this point in the history
* fix docstring for code_llvm
  • Loading branch information
vchuravy authored and fredrikekre committed Mar 3, 2018
1 parent 87492e8 commit 1033f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/InteractiveUtils/src/codeview.jl
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ end
Prints the LLVM bitcodes generated for running the method matching the given generic
function and type signature to `io`.
All metadata and dbg.* calls are removed from the printed bitcode. Use code_llvm_raw for the full IR.
All metadata and dbg.* calls are removed from the printed bitcode. Use `code_llvm_raw` for the full IR.
"""
code_llvm(io::IO, @nospecialize(f), @nospecialize(types=Tuple), strip_ir_metadata=true, dump_module=false) =
print(io, _dump_function(f, types, false, false, strip_ir_metadata, dump_module))
Expand Down

0 comments on commit 1033f65

Please sign in to comment.