changeset 1993:2912975ddc2f feature/grids/parameter_spaces/in

Complete docstring
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 24 Apr 2025 09:25:20 +0200
parents ca6d898d3a38
children 55e5d9f921ac
files src/Grids/parameter_space.jl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Grids/parameter_space.jl	Thu Apr 24 09:23:12 2025 +0200
+++ b/src/Grids/parameter_space.jl	Thu Apr 24 09:25:20 2025 +0200
@@ -23,7 +23,7 @@
     in(x, S::ParameterSpace)
     ∈(x, S::ParameterSpace)
 
-# TODO
+Test if the point `x` is in the parameter space `S`.
 """ Base.in(x,::ParameterSpace)
 
 """