Skip to content

Commit

Permalink
Fix documentation for getRuleProviders. (#2645)
Browse files Browse the repository at this point in the history
  • Loading branch information
gumimin committed Apr 27, 2024
1 parent b168641 commit 0d431e4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,7 +20,7 @@ public abstract class RuleSetProviderV3(
* Intended usage:
* ```
* public class CustomRuleSetProvider :
* RuleSetProviderV3("custom") {
* RuleSetProviderV3(RuleSetId("custom")) {
* override fun getRuleProviders(): Set<RuleProvider> =
* setOf(
* RuleProvider { CustomRule1() },
Expand Down

0 comments on commit 0d431e4

Please sign in to comment.