Skip to content

Commit 5946586

Browse files
committed
Fix small typo in Readme
1 parent 0d16de1 commit 5946586

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
@@ -27,7 +27,7 @@ julia> using LinearAlgebra
2727

2828
julia> A = randn(1000,1000); A = A'A;
2929

30-
julia> @time cholfact(A)
30+
julia> cholfact(A);
3131

3232
julia> @time cholfact(A);
3333
0.013036 seconds (16 allocations: 7.630 MB)

0 commit comments

Comments
 (0)