From 530895993f27a9afcf93e153d64387e718900b9e Mon Sep 17 00:00:00 2001 From: Dimitri Sabadie Date: Tue, 21 Mar 2017 00:03:10 +0100 Subject: [PATCH] or or -> or a. --- src/euler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/euler.rs b/src/euler.rs index 60bcbd7..4211d05 100644 --- a/src/euler.rs +++ b/src/euler.rs @@ -43,7 +43,7 @@ use num::BaseFloat; /// Note that while [Euler angles] are intuitive to define, they are prone to /// [gimbal lock] and are challenging to interpolate between. Instead we /// recommend that you convert them to a more robust representation, such as a -/// quaternion or or rotation matrix. To this end, `From>` conversions +/// quaternion or a rotation matrix. To this end, `From>` conversions /// are provided for the following types: /// /// - [`Basis3`](struct.Basis3.html)