Skip to content

Commit ff4d4da

Browse files
committed
fix typo
1 parent 8d553f4 commit ff4d4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MLJModelRegistryTools.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Module providing tools for managing the MLJ Model Registry. To modify the regist
2525
`MLJRegistryTools.get("MLJBase")`, to see the MLJBase.jl models.
2626
2727
- To add or update the metadata associated with a package, run [`update(pkg)`](@ref), as
28-
in `update("MLJTransforms"). Ensure that every model provided by the packge appears as a
28+
in `update("MLJTransforms"). Ensure that every model provided by the package appears as a
2929
key in the returned value. Omissions may indicate a bad `load_path`.
3030
3131
- Assuming this is successful, update the metadata for *all* packages in the registry

0 commit comments

Comments
 (0)