From 65e4c591521d7e49f4ba2a7e13d9accfcfe2aab7 Mon Sep 17 00:00:00 2001 From: Las Date: Wed, 17 Apr 2019 18:31:13 +0200 Subject: [PATCH] Fix incorrect documentation from `s/Real/&Field` --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 2c649f63..21792c97 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,8 +4,8 @@ **nalgebra** is a linear algebra library written for Rust targeting: * General-purpose linear algebra (still lacks a lot of features…) -* RealField time computer graphics. -* RealField time computer physics. +* Real-time computer graphics. +* Real-time computer physics. ## Using **nalgebra** You will need the last stable build of the [rust compiler](http://www.rust-lang.org)