Miscellaneous cleanups / comments

This commit is contained in:
Matthew Holt
2019-10-10 15:38:30 -06:00
parent 5300949e0d
commit 9c0bf311f9
8 changed files with 56 additions and 9 deletions

View File

@@ -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).