Skip to content

Commit

Permalink
Fix invalid KDoc ref
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob authored Feb 15, 2020
1 parent f78a84f commit e2b4744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other/di-kodein-advanced/src/KodeinAdvancedApplication.kt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ fun Application.kodeinApplication(

/**
* Creates a [Kodein] instance, binding the [Application] instance.
* Also calls the [kodeInMapper] to map the Controller dependencies.
* Also calls the [kodeinMapper] to map the Controller dependencies.
*/
val kodein = Kodein {
bind<Application>() with instance(application)
Expand Down

0 comments on commit e2b4744

Please sign in to comment.