From 49be3b9b9ffb9e45021b9f5fc62d87d3a4b25956 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Mon, 13 May 2019 08:44:54 +0800 Subject: [PATCH] typo --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index b8c10342..771d65a8 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,6 @@ # v1.1.1 - Bugfixes - - `m_rotation` returns a identity matrix if `a` is 0. + - `m_rotation` returns an identity matrix if `a` is 0. - Others - OpenSCAD has built-in matrix multiplication so `m_multiply` is not necessary.