Skip to content

Commit

Permalink
remove misleading in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
OkonSamuel committed Jun 14, 2023
1 parent d9e9703 commit c495358
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/metadata_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,7 @@ metadata_pkg(FooRegressor,
)
metadata_model(FooRegressor,
input=Table(Continuous),
target=AbstractVector{Continuous},
descr="La di da")
target=AbstractVector{Continuous})
```
Then the docstring is defined after these declarations with the following code:
Expand Down

0 comments on commit c495358

Please sign in to comment.