Minor comment fix.

This commit is contained in:
Sébastien Crozet 2016-03-24 19:04:09 +01:00
parent cbbf5f138d
commit fe73e8743f

View File

@ -35,7 +35,7 @@ mod sim;
mod persp; mod persp;
mod ortho; mod ortho;
// specialization for some 1d, 2d and 3d operations // Specialization for some 1d, 2d and 3d operations.
#[doc(hidden)] #[doc(hidden)]
mod spec { mod spec {
mod identity; mod identity;