diff --git a/src/Tables.jl b/src/Tables.jl index d3e0328..6f39462 100644 --- a/src/Tables.jl +++ b/src/Tables.jl @@ -368,7 +368,7 @@ default materializer is `Tables.columntable`, which converts any table input int of `Vector`s. It is recommended that for users implementing `MyType`, they define only -`materializer(::Type{MyType})`. `materializer(::MyType)` will then automatically delegate to +`materializer(::Type{<:MyType})`. `materializer(::MyType)` will then automatically delegate to this method. """ function materializer end