From 6710d87d7f7d6622a5e8b1eb331a540b5f231f09 Mon Sep 17 00:00:00 2001 From: David Himmelstrup Date: Sun, 28 Feb 2021 17:54:53 +0800 Subject: [PATCH] s/computation geometry/computational geometry/ --- hgeometry/RELEASE-0.12.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hgeometry/RELEASE-0.12.md b/hgeometry/RELEASE-0.12.md index 10a938cd0..3d779a0e5 100644 --- a/hgeometry/RELEASE-0.12.md +++ b/hgeometry/RELEASE-0.12.md @@ -1,6 +1,6 @@ It is our great pleasure to announce version 0.12 of HGeometry! -HGeometry is a swiss army knife for computation geometry. Wondering if a point +HGeometry is a swiss army knife for computational geometry. Wondering if a point is inside a polygon? HGeometry will tell you. Looking for the shortest path inside a maze? HGeometry will light your way. Planning a museum heist? HGeometry will show you the camera blindspots in O(n log n) time!