Skip to content

Commit 30d4e3a

Browse files
committed
Small doc fixup.
1 parent 355177c commit 30d4e3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ To use ThreadedDenseSparseMul.jl, simply install and import the package, and lau
2525

2626
```julia
2727
using ThreadedDenseSparseMul
28+
# ^ will call ThreadedDenseSparseMul.set_num_threads(Threads.nthreads) during `__init__`
2829
using SparseArrays
2930

3031
A = rand(1_000, 2_000)

0 commit comments

Comments
 (0)