summary refs log tree commit diff stats
path: root/lib/pure/basic3d.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pure/basic3d.nim')
-rw-r--r--lib/pure/basic3d.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/basic3d.nim b/lib/pure/basic3d.nim
index b99357e3a..7fea54d58 100644
--- a/lib/pure/basic3d.nim
+++ b/lib/pure/basic3d.nim
@@ -53,7 +53,7 @@ type
     ## [ tx ty tz tw ]
     ax*,ay*,az*,aw*,  bx*,by*,bz*,bw*,  cx*,cy*,cz*,cw*,  tx*,ty*,tz*,tw*:float
   Point3d* = object
-    ## Implements a non-homegeneous 2d point stored as
+    ## Implements a non-homogeneous 3d point stored as
     ## an `x` , `y` and `z` coordinate.
     x*,y*,z*:float
   Vector3d* = object