diff --git a/src/rotation.rs b/src/rotation.rs index 7c0d277..8fabb7d 100644 --- a/src/rotation.rs +++ b/src/rotation.rs @@ -232,7 +232,7 @@ impl fmt::Debug for Basis2 { /// The matrix is guaranteed to be orthogonal, so some operations, specifically /// inversion, can be implemented more efficiently than the implementations for /// `math::Matrix3`. To ensure orthogonality is maintained, the operations have -/// been restricted to a subeset of those implemented on `Matrix3`. +/// been restricted to a subset of those implemented on `Matrix3`. #[derive(PartialEq, Copy, Clone)] #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))] #[cfg_attr(feature = "eders", derive(Serialize, Deserialize))]