Skip to content

Commit 47ff5f4

Browse files
Fixed typo
1 parent a6aab27 commit 47ff5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ B2 = At'X2;
4545

4646
## Notes
4747
* If the right hand side `X` is a `Vector`, you need to use `At'X` to
48-
get threading. `A*X` will not work.
48+
get threading. `At*X` will not work.
4949
* You might only get speedups for large matrices. Use `@btime` from
5050
the [BenchmarkTools.jl](https://github.com/JuliaCI/BenchmarkTools.jl)
5151
package to check if your use case is improved.

0 commit comments

Comments
 (0)