Skip to content

Commit

Permalink
Fix typo in the godoc of TLS option MaxVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
pschaub committed Feb 21, 2020
1 parent aab7043 commit e04ebaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tls/certificate.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var (
`VersionTLS13`: tls.VersionTLS13,
}

// MaxVersion Map of allowed TLS minimum versions
// MaxVersion Map of allowed TLS maximum versions
MaxVersion = map[string]uint16{
`VersionTLS10`: tls.VersionTLS10,
`VersionTLS11`: tls.VersionTLS11,
Expand Down

0 comments on commit e04ebaa

Please sign in to comment.