Skip to content

Commit 9c937d8

Browse files
committed
fix format in docstring
1 parent abd7b5e commit 9c937d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/model_api.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ make use of more efficient row subsampling, which is then based on the
4040
model-specific representation of data, rather than the
4141
user-representation. When `reformat` is overloaded,
4242
`selectrows(::Model, ...)` must be as well (see
43-
[`selectrows](@ref)). Furthermore, the model `fit` method(s), and
44-
operations such as `predict` and `transform`, must be refactored to
43+
[`selectrows`](@ref)). Furthermore, the model `fit` method(s), and
44+
operations, such as `predict` and `transform`, must be refactored to
4545
act on the model-specific representions of the data.
4646
4747
To implement the `reformat` data front-end for a model, refer to

0 commit comments

Comments
 (0)