Skip to content

Commit aa8f9de

Browse files
committed
doc string typo
1 parent 6da8531 commit aa8f9de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/traits.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@ Returns `true` if [`fit`](@ref) is called with no data arguments, as in
352352
`fit(algorithm)`. That is, `algorithm` does not generalize to new data, and data is only
353353
provided at the `predict` or `transform` step.
354354
355-
For example, some clustering algorithms are applied with this workflow, to label points
356-
observations in `X`:
355+
For example, some clustering algorithms are applied with this workflow, to assign labels
356+
to the observations in `X`:
357357
358358
```julia
359359
model = fit(algorithm) # no training data

0 commit comments

Comments
 (0)