Skip to content

Commit f291ab4

Browse files
authored
Fix typo in compute-sanitizer docs (#2448)
[skip tests]
1 parent 830d51b commit f291ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/development/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ julia> options = ["--launch-timeout=0", "--target-processes=all", "--report-api-
111111
"--report-api-errors=no"
112112
113113
# Run the executable with Julia
114-
julia> run(`$compute_sanitizer $options$(Base.julia_cmd())`)
114+
julia> run(`$compute_sanitizer $options $(Base.julia_cmd())`)
115115
========= COMPUTE-SANITIZER
116116
julia> using CUDA
117117

0 commit comments

Comments
 (0)