From 19d2bc0b7ca60d02768c34b6e0084d86ecb8f52d Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Mon, 29 Oct 2018 12:50:27 +0100 Subject: [PATCH] Fix typo. --- src/base/cg.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/cg.rs b/src/base/cg.rs index 2a97607e..3367ac26 100644 --- a/src/base/cg.rs +++ b/src/base/cg.rs @@ -319,7 +319,7 @@ where DefaultAllocator: Allocator + Allocator> + Allocator, DimNameDiff> { - /// Transforms the given vector, assuming the matirx `self` uses homogeneous coordinates. + /// Transforms the given vector, assuming the matrix `self` uses homogeneous coordinates. #[inline] fn transform_vector( &self,