Skip to content

Commit ccf6ecb

Browse files
authored
Docs: fix a typo in an example (#27)
1 parent 7a154f6 commit ccf6ecb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/src/usage.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ julia> libs = [:Gaius, :Octavian, :OpenBLAS]
3030

3131
julia> sizes = [10, 20, 30]
3232

33-
julia> sizes = [1_000]
34-
3533
julia> threaded = true
3634

3735
julia> benchmark_result = runbench(Float64; libs, sizes, threaded)

0 commit comments

Comments
 (0)