diff --git a/node/node-0.8.d.ts b/node/node-0.8.d.ts index baae95cbe..147645aa9 100644 --- a/node/node-0.8.d.ts +++ b/node/node-0.8.d.ts @@ -633,7 +633,7 @@ declare module "net" { destroy(): void; pause(): void; resume(): void; - setTimeout(timeout: number, callback?: Function); void; + setTimeout(timeout: number, callback?: Function): void; setNoDelay(noDelay?: bool): void; setKeepAlive(enable?: bool, initialDelay?: number): void; address(): { port: number; family: string; address: string; };