Skip to content

Commit 5400179

Browse files
authored
fix typo
1 parent c06f379 commit 5400179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MLJClusteringInterface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ metadata_model(
191191
output = MMI.Table(Continuous),
192192
weights = false,
193193
descr = KMedoidsDescription,
194-
path = "$(PKG).KMediods"
194+
path = "$(PKG).KMedoids"
195195
)
196196

197197
end # module

0 commit comments

Comments
 (0)