Skip to content

Commit 4698662

Browse files
committed
Fix typos in module header.
1 parent 6ead4ba commit 4698662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_specialmatrices.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module stdlib_specialmatrices
77
!! Provides derived-types and associated specialized linear algebra drivers
88
!! for highly-structured matrices commonly encountered in the discretization
99
!! of partial differential equations, as well as control and signal processing
10-
!! applications. ([Specifications]](../page/specs/stdlib_specialmatrices.html))
10+
!! applications. ([Specifications](../page/specs/stdlib_specialmatrices.html))
1111
use stdlib_linalg_constants
1212
implicit none
1313
private

0 commit comments

Comments
 (0)