From 03c9ccdd0065f78fd400c94da84c7f944f32dcd9 Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Mon, 16 Dec 2024 14:23:29 +1300 Subject: [PATCH] docstring correction --- src/registry/src/constructors.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registry/src/constructors.jl b/src/registry/src/constructors.jl index ff75d48..6b06d99 100644 --- a/src/registry/src/constructors.jl +++ b/src/registry/src/constructors.jl @@ -4,7 +4,7 @@ **Private method.** Return a dictionary of all subtypes of MLJ.Model, keyed on constructor. Where multiple -types share a single constructor, there can only be one key, and which key appears is +types share a single constructor, there can only be one value, and which value appears is ambiguous. Typically a model type and it's constructor have the same name, but for wrappers, such as