Skip to content

Commit 1033f65

Browse files
vchuravyfredrikekre
authored andcommitted
fix docstring for code_llvm (#26266)
* fix docstring for code_llvm
1 parent 87492e8 commit 1033f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/InteractiveUtils/src/codeview.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ end
116116
Prints the LLVM bitcodes generated for running the method matching the given generic
117117
function and type signature to `io`.
118118
119-
All metadata and dbg.* calls are removed from the printed bitcode. Use code_llvm_raw for the full IR.
119+
All metadata and dbg.* calls are removed from the printed bitcode. Use `code_llvm_raw` for the full IR.
120120
"""
121121
code_llvm(io::IO, @nospecialize(f), @nospecialize(types=Tuple), strip_ir_metadata=true, dump_module=false) =
122122
print(io, _dump_function(f, types, false, false, strip_ir_metadata, dump_module))

0 commit comments

Comments
 (0)