or or -> or a.

This commit is contained in:
Dimitri Sabadie 2017-03-21 00:03:10 +01:00
parent b9f46af1ef
commit 530895993f

View file

@ -43,7 +43,7 @@ use num::BaseFloat;
/// Note that while [Euler angles] are intuitive to define, they are prone to /// Note that while [Euler angles] are intuitive to define, they are prone to
/// [gimbal lock] and are challenging to interpolate between. Instead we /// [gimbal lock] and are challenging to interpolate between. Instead we
/// recommend that you convert them to a more robust representation, such as a /// recommend that you convert them to a more robust representation, such as a
/// quaternion or or rotation matrix. To this end, `From<Euler<A>>` conversions /// quaternion or a rotation matrix. To this end, `From<Euler<A>>` conversions
/// are provided for the following types: /// are provided for the following types:
/// ///
/// - [`Basis3`](struct.Basis3.html) /// - [`Basis3`](struct.Basis3.html)