From 951b078f249ce5e6feebf8f1e6775c78c36d64a5 Mon Sep 17 00:00:00 2001 From: Brad Gibson Date: Thu, 25 May 2017 13:04:42 -0700 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 54875b06..ca5f28ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "nalgebra" version = "0.12.3" authors = [ "Sébastien Crozet " ] -description = "Linear algebra library with transformations and satically-sized or dynamically-sized matrices." +description = "Linear algebra library with transformations and statically-sized or dynamically-sized matrices." documentation = "http://nalgebra.org/rustdoc/nalgebra/index.html" homepage = "http://nalgebra.org" repository = "https://github.com/sebcrozet/nalgebra"