From 584b17386c4b0d6e49d35ae2adf292c4114471bc Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 6 Jan 2020 09:59:52 -0500
Subject: [PATCH] clarify the task the client takes on

---
 docs/source/leases.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/leases.rst b/docs/source/leases.rst
index 17135d1..f1b4e3b 100644
--- a/docs/source/leases.rst
+++ b/docs/source/leases.rst
@@ -10,7 +10,7 @@ care is taken to only renew leases for which the expiration time will soon arriv
 Design
 ------
 
-The process of checking leases and renewing is automated in the client storage plugin.
+The process of checking lease age and renewing them automated in the client storage plugin.
 The storage plugin interface is not ideally shaped to support this functionality.
 The following designs have been considered.
 
-- 
GitLab