docs(mtproxy): fixed jsdoc comment of MtProxyTcpTransport

This commit is contained in:
teidesu 2021-05-24 20:31:52 +03:00
parent 2bd94782e9
commit 2dbd592206

View file

@ -35,7 +35,7 @@ const TLS_START = [
]
/**
* TCP transport that connects via a SOCKS4/5 proxy.
* TCP transport that connects via an MTProxy
*/
export class MtProxyTcpTransport extends TcpTransport {
readonly _proxy: MtProxySettings