fixed typo in bittorrent-protocol types (#38469)

This commit is contained in:
Joel Alejandro Villarreal Bertoldi 2019-09-24 15:16:57 -03:00 committed by Michael Crane
parent e366d47640
commit 5458cfb911

View File

@ -48,7 +48,7 @@ declare namespace BittorrentProtocol {
setKeepAlive(enable: boolean): void;
setTimeot(ms: number, unref?: boolean): void;
setTimeout(ms: number, unref?: boolean): void;
destroy(): void;