Skip to content

Commit a807841

Browse files
Add missing backticks (#566)
[ci skip]
1 parent 82fe477 commit a807841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reflection.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ end
274274
"""
275275
@device_code_llvm [io::IO=stdout, ...] ex
276276
277-
Evaluates the expression `ex` and prints the result of InteractiveUtils.code_llvm
277+
Evaluates the expression `ex` and prints the result of `InteractiveUtils.code_llvm`
278278
to `io` for every compiled GPU kernel. For other supported keywords, see
279279
[`GPUCompiler.code_llvm`](@ref).
280280

0 commit comments

Comments
 (0)