From 374aca5bf79b3c5bfedcd86d657a4b1c1fef287b Mon Sep 17 00:00:00 2001 From: pat-alt Date: Wed, 23 Oct 2024 10:16:16 +0200 Subject: [PATCH] hadn't saved file --- src/direct_mlj.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/direct_mlj.jl b/src/direct_mlj.jl index c45d996..aa644bd 100644 --- a/src/direct_mlj.jl +++ b/src/direct_mlj.jl @@ -312,7 +312,7 @@ The meaining of "equal" depends on the type of the property value: - values that are not of `MLJType` are "equal" if they are `==`. In the special case of a "deep" property, "equal" has a different -meaning; see [`MLJBase.deep_properties`](@ref)) for details. +meaning; see `MLJBase.deep_properties` for details. If `m1` or `m2` are not `MLJType` objects, then return `==(m1, m2)`.