]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: revert change of article in SystemCertPool docs
authorLeigh McCulloch <leighmcc@gmail.com>
Sat, 1 Sep 2018 15:43:20 +0000 (15:43 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 1 Sep 2018 15:43:42 +0000 (15:43 +0000)
commitc9cc20bd3ad7ab68f620cb650376f1c01dc1167e
treec8897983ceeab409e2dfdcce87c4a969f6921e8c
parent1d15354fb931a81a66fdc4a6101df711bd738a4b
crypto/x509: revert change of article in SystemCertPool docs

The words 'the returned' were changed to 'a returned' in
8201b92aae7ba51ed2e2645c1f7815bfe845db72 when referring to the value
returned by SystemCertPool. Brad Fitz pointed out after that commit was
merged that it makes the wording of this function doc inconsistent with
rest of the stdlib since 'a returned' is not used anywhere, but 'the
returned' is frequently used.

Fixes #27385

Change-Id: I289b533a5a0b5c63eaf0abb6dec0085388ecf76b
GitHub-Last-Rev: 6c83b8025704e291ebe5b15dd2ac3fa65b1b48ff
GitHub-Pull-Request: golang/go#27438
Reviewed-on: https://go-review.googlesource.com/132776
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/crypto/x509/cert_pool.go