aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Draxinger <code@datenwolf.net>2020-04-08 12:13:42 +0200
committerWolfgang Draxinger <code@datenwolf.net>2020-04-08 12:13:42 +0200
commite03c3ee576fd3ebf5bdb24164724ae86bc2c1f83 (patch)
tree4cc26b014b07bb928c64ac487e64a4e40b9b160f
parent70d7f11e45e09951f78a9d9f8dce21a5807f6f13 (diff)
downloadlinmath.h-e03c3ee576fd3ebf5bdb24164724ae86bc2c1f83.tar.gz
linmath.h-e03c3ee576fd3ebf5bdb24164724ae86bc2c1f83.tar.bz2
fixed two small typos in README
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 9c43c8e..a61a9e0 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
# linmath.h -- A small library for linear math as required for computer graphics
-linmath.h provides the most used types required programming computer graphice:
+linmath.h provides the most used types required for programming computer graphics:
vec3 -- 3 element vector of floats
vec4 -- 4 element vector of floats (4th component used for homogenous computations)