From fe73e8743fc80206fc79f42310ccc8590c72f8db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Thu, 24 Mar 2016 19:04:09 +0100 Subject: [PATCH] Minor comment fix. --- src/structs/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structs/mod.rs b/src/structs/mod.rs index c5354463..7af9a619 100644 --- a/src/structs/mod.rs +++ b/src/structs/mod.rs @@ -35,7 +35,7 @@ mod sim; mod persp; mod ortho; -// specialization for some 1d, 2d and 3d operations +// Specialization for some 1d, 2d and 3d operations. #[doc(hidden)] mod spec { mod identity;