From 0e8dab2cd0cf4d6594b5d1460aa0209d963fa2be Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Fri, 7 Sep 2012 21:39:38 +1000 Subject: [PATCH] Fix grammar in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ba5274..49fe67b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Any assistance would be most appreciated! ## Todo: -- Unittests: I have full unittest coverage on my D project so the algorithms should be correct I just haven't implemented the yet because of the compilation issue above +- Unittests: I have full unittest coverage on my D project so the algorithms should be correct. I just haven't implemented them in om3D-rs yet because of the unfortunate compilation issue aove. :( - Vector functions: abs, lerp, min, max - Matrix Inversion: ugh - Matrix rotation