Skip to content

Commit

Permalink
Rename handler extension
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitozgumus committed Oct 12, 2024
1 parent 3ab2b68 commit b2fb3c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Handlers internal constructor()

class ExtendedHandlers internal constructor()

fun Transformer.extendedHandlers(scope: HandlerScope.() -> Unit): ExtendedHandlers {
fun Transformer.extendHandlers(scope: HandlerScope.() -> Unit): ExtendedHandlers {
HandlerScope(handlerRegistry).apply(scope)
return ExtendedHandlers()
}
Expand Down

0 comments on commit b2fb3c0

Please sign in to comment.