Skip to content

Commit d62f5af

Browse files
romainbslCopilot
andauthored
Update kodein-di/src/commonMain/kotlin/org/kodein/di/DI.kt
Co-authored-by: Copilot <[email protected]>
1 parent 2996767 commit d62f5af

File tree

1 file changed

+1
-1
lines changed
  • kodein-di/src/commonMain/kotlin/org/kodein/di

1 file changed

+1
-1
lines changed

kodein-di/src/commonMain/kotlin/org/kodein/di/DI.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ public interface DI : DIAware {
326326
/**
327327
* Adds a singleton binding to the set.
328328
*
329-
* @param ref The reference maker to use (null for eager singleton).
329+
* @param ref The reference maker to use (defaults to strong reference if null).
330330
* @param sync Whether the singleton should be thread-safe.
331331
* @param creator The function that creates the singleton instance.
332332
*/

0 commit comments

Comments
 (0)