From 4976ca6572600c7f9c64312fc9d79655a7421d7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Thu, 20 Mar 2025 11:17:21 +0100 Subject: [PATCH] Fix wrong type in doc --- Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h b/Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h index ad98a0c8439..0f8a0658bf6 100644 --- a/Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h +++ b/Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h @@ -4338,7 +4338,7 @@ public: Kernel::Vector_3 const& n); /*! - introduces a variable of type `Kernel::Point_3`. + introduces a variable of type `Kernel::Circle_3`. It is initialized to the circle passing through the three points. \pre The three points are not collinear. */