This repository was archived by the owner on Jun 5, 2020. It is now read-only.
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ domain.Domain.prototype.run = function(fn) {};
54
54
domain . Domain . prototype . members ;
55
55
56
56
/**
57
- * @param {events.Emitter } emitter
57
+ * @param {events.EventEmitter } emitter
58
58
*/
59
59
domain . Domain . prototype . add = function ( emitter ) { } ;
60
60
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ net.Server = function() {};
72
72
73
73
/**
74
74
*
75
- * @param {mumber |* } port
75
+ * @param {number |* } port
76
76
* @param {(string|number|function(...))= } host
77
77
* @param {(number|function(...))= } backlog
78
78
* @param {function(...)= } callback
@@ -107,7 +107,7 @@ net.Server.prototype.connections;
107
107
net . Socket = function ( options ) { } ;
108
108
109
109
/**
110
- * @param {number|string|function(..) } port
110
+ * @param {number|string|function(... ) } port
111
111
* @param {(string|function(...))= } host
112
112
* @param {function(...)= } connectListener
113
113
*/
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ zlib.createInflate = function(options) {};
122
122
123
123
/**
124
124
* @param {zlib.Options } options
125
- * @return {zlib.ReflateRaw }
125
+ * @return {zlib.DeflateRaw }
126
126
*/
127
127
zlib . createDeflateRaw = function ( options ) { } ;
128
128
You can’t perform that action at this time.
0 commit comments