Fix typo
This commit is contained in:
parent
a43c630ee9
commit
3a3034b7b6
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ use quat::Quat;
|
||||||
use vec::Vec3;
|
use vec::Vec3;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The base trait for anglular units
|
* The base trait for angular units
|
||||||
*/
|
*/
|
||||||
pub trait Angle<T>: Add<self,self>
|
pub trait Angle<T>: Add<self,self>
|
||||||
Sub<self,self>
|
Sub<self,self>
|
||||||
|
|
Loading…
Reference in a new issue