Skip to content

Commit fd185be

Browse files
committed
Unify the features’ descriptions [ci skip]
1 parent 2f7ada7 commit fd185be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The following Cargo features are supported:
1010
* `lapacke` to build LAPACKE (enabled by default),
1111
* `static` to link to Netlib statically,
1212
* `system` to skip building the bundled Netlib, and
13-
* `tmg` to build LAPACKE Test Matrix Generator (enabled by default).
13+
* `tmg` to build TMG (enabled by default).
1414

1515
## Contribution
1616

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//! * `lapacke` to build LAPACKE (enabled by default),
99
//! * `static` to link to Netlib statically,
1010
//! * `system` to skip building the bundled Netlib, and
11-
//! * `tmg` to build LAPACKE Test Matrix Generator (enabled by default).
11+
//! * `tmg` to build TMG (enabled by default).
1212
//!
1313
//! [blas]: https://en.wikipedia.org/wiki/BLAS
1414
//! [lapack]: https://en.wikipedia.org/wiki/LAPACK

0 commit comments

Comments
 (0)