From 4b979cbfa79b64c04c6061c863246f8602f44a9c Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 3 Nov 2021 21:41:35 +0100 Subject: [PATCH] Update Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h Co-authored-by: Mael --- Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h b/Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h index dc1ef970b8f..5c699039f8a 100644 --- a/Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h +++ b/Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h @@ -9147,10 +9147,10 @@ public: /// @{ /*! - returns any of `0`, `1`, or `2`, if this dimension of vector `v` is not - equal to zero, and `-1` if `v` equals the null vector. + returns any of `0`, `1`, or `2` if the corresponding coordinate of the vector `v` is not + equal to zero, and `-1` if `v` is the null vector. */ - int operator(const Kernel::Vector_3&v); + int operator(const Kernel::Vector_3& v); /// @}