Fix incorrect documentation from `s/Real/&Field`
This commit is contained in:
parent
c8ae3839c1
commit
3d97b21aea
|
@ -4,8 +4,8 @@
|
||||||
**nalgebra** is a linear algebra library written for Rust targeting:
|
**nalgebra** is a linear algebra library written for Rust targeting:
|
||||||
|
|
||||||
* General-purpose linear algebra (still lacks a lot of features…)
|
* General-purpose linear algebra (still lacks a lot of features…)
|
||||||
* RealField time computer graphics.
|
* Real-time computer graphics.
|
||||||
* RealField time computer physics.
|
* Real-time computer physics.
|
||||||
|
|
||||||
## Using **nalgebra**
|
## Using **nalgebra**
|
||||||
You will need the last stable build of the [rust compiler](http://www.rust-lang.org)
|
You will need the last stable build of the [rust compiler](http://www.rust-lang.org)
|
||||||
|
|
Loading…
Reference in New Issue