From 17560a0687a9b54c93a203ee5c6f47cd821137fb Mon Sep 17 00:00:00 2001 From: quadroli <58091631+quadroli@users.noreply.github.com> Date: Fri, 30 Apr 2021 18:03:50 +0300 Subject: [PATCH] very minor correction in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c272051..76f1c51 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,9 @@ Currently *cglm* uses default clip space configuration (-1, 1) for camera functi
-You have two option to call a function/operation: inline or library call (link) +You have two options to call a function/operation: inline or library call (link) Almost all functions are marked inline (always_inline) so compiler will probably inline. -To call pre-compiled version, just use `glmc_` (c stands for 'call') instead of `glm_`. +To call pre-compiled versions, just use `glmc_` (c stands for 'call') instead of `glm_`. ```C #include /* for inline */