Fix typo.

This commit is contained in:
sebcrozet 2018-10-29 12:50:27 +01:00 committed by Sébastien Crozet
parent fc782f3644
commit 19d2bc0b7c
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ where DefaultAllocator: Allocator<N, D, D>
+ Allocator<N, DimNameDiff<D, U1>> + Allocator<N, DimNameDiff<D, U1>>
+ Allocator<N, DimNameDiff<D, U1>, DimNameDiff<D, U1>> + Allocator<N, DimNameDiff<D, U1>, DimNameDiff<D, U1>>
{ {
/// Transforms the given vector, assuming the matirx `self` uses homogeneous coordinates. /// Transforms the given vector, assuming the matrix `self` uses homogeneous coordinates.
#[inline] #[inline]
fn transform_vector( fn transform_vector(
&self, &self,