branch: elpa/hyperdrive
commit 25845121cdd24e18b4bd2ff163c553a903de024b
Author: Joseph Turner <[email protected]>
Commit: Joseph Turner <[email protected]>

    Fix: (h/check-gateway-version) Docstring
---
 hyperdrive-lib.el | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index 9baba64958..54e0000981 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -204,10 +204,8 @@ make the request."
        (not (equal h/gateway-version-expected (h//gateway-version)))))
 
 (defun h/check-gateway-version ()
-  "Warn if gateway is at not at the expected version.
-Unconditionally sets `h/gateway-version-checked-p' to t.  The
-caller should ensure that the gateway is running before calling
-this function."
+  "Warn if gateway is responsive and not at the expected version.
+Unconditionally sets `h/gateway-version-checked-p' to t."
   (when (h/gateway-needs-upgrade-p)
     (display-warning
      'hyperdrive

Reply via email to