From e61f3cbedf23094d9293ddcc318c6e19fe91e13c Mon Sep 17 00:00:00 2001 From: "Robert P. Goldman" <rpgoldman@sift.net> Date: Wed, 21 Sep 2016 22:10:42 -0500 Subject: [PATCH] Clarify the meaning of "resolve." --- find-component.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/find-component.lisp b/find-component.lisp index 595ae49d8..a5a844273 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 -- GitLab