From bfed4c8fba4900a7545576858297476b5268ac81 Mon Sep 17 00:00:00 2001 From: Rishabh Agarwal <45125121+rishabh-997@users.noreply.github.com> Date: Sun, 16 Aug 2020 22:26:13 +0530 Subject: [PATCH] Update geometry/jarvis_algorithm.cpp Co-authored-by: David Leal --- geometry/jarvis_algorithm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geometry/jarvis_algorithm.cpp b/geometry/jarvis_algorithm.cpp index ff31207a3..85716e2fd 100644 --- a/geometry/jarvis_algorithm.cpp +++ b/geometry/jarvis_algorithm.cpp @@ -1,6 +1,6 @@ /** * @file - * @brief Implementation of [Jarvis’s Algorithm](https://en.wikipedia.org/wiki/Gift_wrapping_algorithm) algorithm. + * @brief Implementation of [Jarvis’s](https://en.wikipedia.org/wiki/Gift_wrapping_algorithm) algorithm. * * @details * Given a set of points in the plane. the convex hull of the set