Update geometry/jarvis_algorithm.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Rishabh Agarwal
2020-08-16 22:12:56 +05:30
committed by GitHub
parent 686ceb3cfa
commit ff4792d369

View File

@@ -46,7 +46,7 @@ namespace geometry {
/**
* @namespace jarvis
* @brief Functions for [Jarviss Algorithm](https://en.wikipedia.org/wiki/Gift_wrapping_algorithm) algorithm
* @brief Functions for [Jarviss](https://en.wikipedia.org/wiki/Gift_wrapping_algorithm) algorithm
*/
namespace jarvis {
/**