Skip to content

Commit cd0f3c3

Browse files
bug fix
1 parent 073824b commit cd0f3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ makedocs(
88
pages = Any[
99
"Introduction" => "index.md",
1010
"Basic matrix & vector methods" => "matrix_and_vector_methods.md",
11-
"Operators & algebraic structures" => "algebra_methods.md"
11+
"Operators & algebraic structures" => "algebra_methods.md",
1212
"Descriptors" => "desc_methods.md",
1313
"Freeing objects" => "free_methods.md"
1414
]

0 commit comments

Comments
 (0)