From 38c28caf877c962b67f56fbb1fa53d4480edbeb9 Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Wed, 26 Feb 2025 00:37:45 +0100 Subject: [PATCH] Fix ambiguous unicode character --- cpp/include/hccd/PathTracker.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/include/hccd/PathTracker.hpp b/cpp/include/hccd/PathTracker.hpp index f01a376..1cc20be 100644 --- a/cpp/include/hccd/PathTracker.hpp +++ b/cpp/include/hccd/PathTracker.hpp @@ -42,7 +42,7 @@ struct Settings { /// @details References: /// [1] T. Chen and T.-Y. Li, “Homotopy continuation method for solving /// systems of nonlinear and polynomial equations,” Communications in -/// Information and Systems, vol. 15, no. 2, pp. 119–307, 2015 +/// Information and Systems, vol. 15, no. 2, pp. 119-307, 2015 /// /// @tparam homotopy_c Homotopy defining the path ///