From b9f46af1ef96ce0b8e690bd0cdc6fb7c31fed93f Mon Sep 17 00:00:00 2001 From: Dimitri Sabadie Date: Mon, 20 Mar 2017 23:58:45 +0100 Subject: [PATCH] subeset -> subset. --- src/rotation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))]