Skip to content

Commit 0cfd7dd

Browse files
committed
doc: fix code block
1 parent cc9be7c commit 0cfd7dd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/src/linearalgebra.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ using DoubleFloats, LinearAlgebra
1414
n = 25
1515
vector = rand(Double64, n)
1616
matrix = reshape(rand(Double64,n*n),n,n)
17-
17+
```
1818

1919
## Matrix Predicates
2020

@@ -54,5 +54,3 @@ matrix = reshape(rand(Double64,n*n),n,n)
5454
- `asinh`, `acosh`, `atanh`, `acsch`, `asech`, `acoth`
5555

5656
- matrixfunction(function, matrix)
57-
58-

0 commit comments

Comments
 (0)