]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: fix typo in docs for CreateCertificateRequest
authorEmmanuel Odeke <emm.odeke@gmail.com>
Wed, 18 May 2016 02:22:48 +0000 (20:22 -0600)
committerRuss Cox <rsc@golang.org>
Wed, 18 May 2016 03:06:56 +0000 (03:06 +0000)
commitac66bb343181bef154342638d45dcc2c695ded00
treef41dd44ed944c1b10759767a27310950cccabd8a
parentf962e6e0e21b9e73981e6cf2407ea01fce04b989
crypto/x509: fix typo in docs for CreateCertificateRequest

Update the doc for CreateCertificateRequest
to state that it creates a
  `new certificate request`
instead of just a
  `new certificate`

Fixes #14649.

Change-Id: Ibbbcf91d74168998990990e78e5272a6cf294d51
Reviewed-on: https://go-review.googlesource.com/23204
Reviewed-by: Russ Cox <rsc@golang.org>
src/crypto/x509/x509.go