Skip to content

Commit

Permalink
Fix documentation for getRuleProviders.
Browse files Browse the repository at this point in the history
  • Loading branch information
gumimin committed Apr 23, 2024
1 parent dcec7ba commit 5e1adc8
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 5e1adc8

Please sign in to comment.