Fix newExtension comment.

This commit is contained in:
Mariano Cano 2020-07-31 11:03:47 -07:00
parent 7c3c16b7be
commit 53eea843bc

View file

@ -65,7 +65,7 @@ type Extension struct {
Value []byte `json:"value"`
}
// newExtensions creates an Extension from a standard pkix.Extension.
// newExtension creates an Extension from a standard pkix.Extension.
func newExtension(e pkix.Extension) Extension {
return Extension{
ID: ObjectIdentifier(e.Id),