From b8830caa24470c914dd5a73abf6dfc3f4a1646fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Wed, 8 Jan 2025 17:20:20 +0100 Subject: [PATCH] Remove superfluous precision --- 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 bdd0dff3473..48eb6acf442 100644 --- a/Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h +++ b/Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h @@ -7562,7 +7562,7 @@ public: and also for `Type1` and `Type2` of respective types - `Kernel::Triangle_3` and `Kernel::Tetrahedron_3` - - `Kernel::Plane_3` and `Kernel::Sphere_3` (or the contrary) + - `Kernel::Plane_3` and `Kernel::Sphere_3` - `Kernel::Sphere_3` and `Kernel::Sphere_3`. */