Skip to content

Commit

Permalink
docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Dec 4, 2023
1 parent 43b11e3 commit 06c0862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/traits.jl
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Lists one or more suggestive algorithm descriptors from this list: $DOC_DESCRIPT
# New implementations
This trait should return a tuple of symbols, as in `(:classifier, :probabilistic)`.
This trait should return a tuple of symbols, as in `(:classifier, :text_analysis)`.
"""
descriptors(::Any) = ()
Expand Down

0 comments on commit 06c0862

Please sign in to comment.