From ff4792d369ce453ebcb97b1b68ad1c39a4b8301b Mon Sep 17 00:00:00 2001 From: Rishabh Agarwal <45125121+rishabh-997@users.noreply.github.com> Date: Sun, 16 Aug 2020 22:12:56 +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 c0e906886..ff31207a3 100644 --- a/geometry/jarvis_algorithm.cpp +++ b/geometry/jarvis_algorithm.cpp @@ -46,7 +46,7 @@ namespace geometry { /** * @namespace jarvis - * @brief Functions for [Jarvis’s Algorithm](https://en.wikipedia.org/wiki/Gift_wrapping_algorithm) algorithm + * @brief Functions for [Jarvis’s](https://en.wikipedia.org/wiki/Gift_wrapping_algorithm) algorithm */ namespace jarvis { /**