From b0e07332b4c65b4df3629ff4c0d7d4feb05c9a90 Mon Sep 17 00:00:00 2001 From: Dan Palmer Date: Mon, 2 May 2016 23:45:29 +0100 Subject: [PATCH] Fix typo and wording in README "paramerise" -> "parameterize", and "more than useful" -> "more than enough" (which is better wording in the context I think). --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9e6d1e..f0f77ac 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ multiplication operator for Matrix * Vector, but not Vector * Matrix. cgmath is _not_ an n-dimensional library and is aimed at computer graphics applications rather than general linear algebra. It only offers the 2, 3, and -4 dimensional structures that are more than useful for most computer graphics +4 dimensional structures that are more than enough for most computer graphics applications. This design decision was made in order to simplify the -implementation (Rust cannot paramerise over constants at compile time), and to +implementation (Rust cannot parameterize over constants at compile time), and to make dimension-specific optimisations easier in the future. ## Contributing