Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
IVIanuu committed Mar 11, 2025
1 parent 3929f6e commit 56e0963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/commonMain/kotlin/injekt/Api.kt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ annotation class Provide

/**
* Marks the parameter as injectable
* If no explicit parameter is passed injekt will fill in the parameter at each call size
* If no explicit parameter is passed injekt will fill in the parameter at each call site
*/
val inject: Nothing = throw IllegalStateException("injekt compiler intrinsic")

Expand Down

0 comments on commit 56e0963

Please sign in to comment.