diff --git a/find-component.lisp b/find-component.lisp
index 595ae49d846bad7312c1d794efe4fecfe90536a4..a5a844273dd297a1bf1bd64680116e6614f9a199 100644
--- a/find-component.lisp
+++ b/find-component.lisp
@@ -54,7 +54,8 @@
     (:documentation "Find a component by resolving the PATH starting from BASE parent.
 If REGISTERED is true, only search currently registered systems."))
   (defgeneric resolve-dependency-combination (component combinator arguments)
-    (:documentation "Resolve dependency (COMBINATOR . ARGUMENTS) in the context of COMPONENT"))
+    (:documentation "Return a component satisfying the dependency specification (COMBINATOR . ARGUMENTS)
+in the context of COMPONENT"))
 
   ;; Methods for find-component