diff options
author | Matthew Holt <[email protected]> | 2019-10-10 15:38:30 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2019-10-10 15:38:30 -0600 |
commit | 9c0bf311f93218e8f899cd3c6102868be18a4d1c (patch) | |
tree | de74b8a08c09b26aad05f065e2ba61f857ae7284 /context.go | |
parent | 5300949e0def70411fde307afad4c15b6cc22dfd (diff) | |
download | caddy-9c0bf311f93218e8f899cd3c6102868be18a4d1c.tar.gz caddy-9c0bf311f93218e8f899cd3c6102868be18a4d1c.zip |
Miscellaneous cleanups / comments
Diffstat (limited to 'context.go')
-rw-r--r-- | context.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/context.go b/context.go index c29aa1d13..d196c71b6 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). |