diff options
Diffstat (limited to 'vendor/github.com/mholt/acmez/acme/client.go')
-rw-r--r-- | vendor/github.com/mholt/acmez/acme/client.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/mholt/acmez/acme/client.go b/vendor/github.com/mholt/acmez/acme/client.go index 5037905b68..f440cf6ff5 100644 --- a/vendor/github.com/mholt/acmez/acme/client.go +++ b/vendor/github.com/mholt/acmez/acme/client.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Package acme full implements the ACME protocol specification as +// Package acme fully implements the ACME protocol specification as // described in RFC 8555: https://tools.ietf.org/html/rfc8555. // // It is designed to work smoothly in large-scale deployments with |