mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-04 12:37:35 +03:00
chore: func naming and comments
Fixed typo in comments.
This commit is contained in:
parent
5279971277
commit
9ee1badf9a
1 changed files with 2 additions and 2 deletions
|
@ -14,10 +14,10 @@ import (
|
|||
"strconv"
|
||||
)
|
||||
|
||||
// UtlsIdSpec converts a ClientHelloID to a corresponding ClientHelloSpec.
|
||||
// UTLSIdToSpec converts a ClientHelloID to a corresponding ClientHelloSpec.
|
||||
//
|
||||
// Exported internal function utlsIdToSpec per request.
|
||||
func UtlsIdToSpec(id ClientHelloID) (ClientHelloSpec, error) {
|
||||
func UTLSIdToSpec(id ClientHelloID) (ClientHelloSpec, error) {
|
||||
return utlsIdToSpec(id)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue