From 37c21ced04cba16cd402253e4374980f5be2e558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Mon, 10 Dec 2018 21:30:07 +0100 Subject: [PATCH] Fix typo --- trigonometric/bounding-box.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trigonometric/bounding-box.h b/trigonometric/bounding-box.h index e1c3787..aa9e1a1 100644 --- a/trigonometric/bounding-box.h +++ b/trigonometric/bounding-box.h @@ -34,7 +34,7 @@ #include "vector-operations.h" union bounding_box { - /** Coordinate System is (y up | x right)^ */ + /** Coordinate System is (y up | x right) */ struct _vectors { struct vector_2d lower_left; struct vector_2d upper_right;