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 { /**