Skip to content

Commit a1d5153

Browse files
committed
Make a cosmetic adjustment [ci skip]
1 parent b362fa9 commit a1d5153

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# lapack-sys [![Package][package-img]][package-url] [![Documentation][documentation-img]][documentation-url] [![Build][build-img]][build-url]
22

3-
The package provides bindings to [LAPACK] (Fortran). The usage of the package is
4-
explained [here][usage].
3+
The package provides bindings to [LAPACK] (Fortran).
4+
5+
The usage of the package is explained [here][usage].
56

67
## Contribution
78

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Bindings to [LAPACK] \(Fortran)
1+
//! Bindings to [LAPACK] \(Fortran).
22
//!
33
//! The usage of the package is explained [here][usage].
44
//!

0 commit comments

Comments
 (0)