From 06a6823d7675a51d232227e62aa1807cd8bbf966 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Fri, 18 Dec 2020 06:26:35 +1100 Subject: [PATCH] docs: fix simple typo, exmaple -> example There is a small typo in lua/README.md. Should read `example` rather than `exmaple`. --- lua/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/README.md b/lua/README.md index 4aa55bc..12d82d1 100644 --- a/lua/README.md +++ b/lua/README.md @@ -22,7 +22,7 @@ assert(tbl.z == 3) Implemented for kmVec*, kmRay*, kmPlane, kmQuaternion -for exmaple +for example ``` local vec2 = lkazmath.kmVec2New() vec2.x = 5