From 9c0bf311f93218e8f899cd3c6102868be18a4d1c Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Thu, 10 Oct 2019 15:38:30 -0600 Subject: Miscellaneous cleanups / comments --- context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'context.go') diff --git a/context.go b/context.go index c29aa1d..d196c71 100644 --- a/context.go +++ b/context.go @@ -30,7 +30,7 @@ import ( // with care and wrapped with derivation functions from the // standard context package only if you don't need the Caddy // specific features. These contexts are cancelled when the -// lifetime of the modules loaded from it are over. +// lifetime of the modules loaded from it is over. // // Use NewContext() to get a valid value (but most modules will // not actually need to do this). -- cgit v1.2.3