diff --git a/temerity/src/commonMain/kotlin/edu/ucsc/its/temerity/core/Temerity.kt b/temerity/src/commonMain/kotlin/edu/ucsc/its/temerity/core/Temerity.kt
index 683aacb261f20845da7e5d72c4a1d21dcb5e4abc..196d116372a1c9abb6bf5c49b1a61e7d677fe845 100644
--- a/temerity/src/commonMain/kotlin/edu/ucsc/its/temerity/core/Temerity.kt
+++ b/temerity/src/commonMain/kotlin/edu/ucsc/its/temerity/core/Temerity.kt
@@ -155,7 +155,9 @@ public class Temerity internal constructor(
   }
 
   /**
-   * This function initializes the Koin dependency injection framework
+   * This function initializes the Koin dependency injection framework,
+   * which provides the library's HttpClient and PlatformApi instances
+   * via factories defined as part of the lib Module.
    */
   private fun createKoinApp() = object : TemerityKoinContext() {
     val logger = createLogger("TemerityLib")